diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-11-20 12:17:11 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-11-20 12:17:11 +0000 |
| commit | 7b5ca3314555669d3973420a0f2ec0ac14051ddf (patch) | |
| tree | 7d98b86713a76e8a2958fae8a03f294ddfda8b2c /.travis.yml | |
| parent | Attempt to install directly using cygwin setup (diff) | |
| download | pygensvm-7b5ca3314555669d3973420a0f2ec0ac14051ddf.tar.gz pygensvm-7b5ca3314555669d3973420a0f2ec0ac14051ddf.zip | |
Fix test command
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 7b6ebcd..dd8c5be 100644 --- a/.travis.yml +++ b/.travis.yml @@ -50,7 +50,7 @@ env: # 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 + - CIBW_TEST_COMMAND="python -VV && python -m unittest discover -f -s {project}/test" install: - $PIP install numpy |
