From 7b5ca3314555669d3973420a0f2ec0ac14051ddf Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Wed, 20 Nov 2019 12:17:11 +0000 Subject: Fix test command --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') 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 -- cgit v1.2.3