diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-11-20 11:56:59 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-11-20 11:56:59 +0000 |
| commit | 354c9256c669c957d524fbc863d9987f0062b215 (patch) | |
| tree | c0851270db4b70bf38e6e98f77510dd922b9f816 /.travis.yml | |
| parent | Disable windows build for now (diff) | |
| download | pygensvm-354c9256c669c957d524fbc863d9987f0062b215.tar.gz pygensvm-354c9256c669c957d524fbc863d9987f0062b215.zip | |
Remove python2.7 and add testing back in
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index b4e5994..3cf1ae7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -51,7 +51,11 @@ env: - CIBW_TEST_COMMAND="python -VV && python -m unittest discover -f -s {project}/test env: - - CC="gcc" + global: + # No longer actively maintaining gensvm for Python 2.7 + - CIBW_SKIP="cp27-*" + # Run the unit tests on the wheels that are created + - CIBW_TEST_COMMAND="python -VV && python -m unittest discover -f -s {project}/test install: - $PIP install numpy |
