TST: Invoke Travis nosetests differently.

This commit is contained in:
Stefan van der Walt
2012-09-11 11:56:34 -07:00
parent db87b93108
commit ef06d4e474
+3 -1
View File
@@ -4,6 +4,7 @@
# We pretend to be erlang because we need can't use the python support in
# travis-ci; it uses virtualenvs, they do not have numpy, scipy, matplotlib,
# and it is impractical to build them
language: erlang
env:
- PYTHON=python PYSUF=''
@@ -23,4 +24,5 @@ script:
# Change into an innocuous directory and find tests from installation
- mkdir for_test
- cd for_test
- $PYTHON -c "import skimage; assert skimage.test();"
- nosetests --exe -v --cover-package=skimage skimage