We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73fb3cd commit bc179a1Copy full SHA for bc179a1
.travis.yml
@@ -45,7 +45,7 @@ install:
45
script:
46
- python setup.py sdist >/dev/null
47
- python setup.py install
48
- - nosetests --verbose --with-coverage --cover-package=spint;
+ - nosetests --verbose --with-doctest --with-coverage --cover-package=spint;
49
50
notifications:
51
email:
0 commit comments