8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92da1cf commit 4c7cb71Copy full SHA for 4c7cb71
.travis.yml
@@ -18,7 +18,7 @@ before_script:
18
19
# command to run tests
20
script:
21
- nosetests --with-xunit --with-coverage --cover-html --cover-html-dir=Coverage_report --verbosity=3 test/testall.py examples/run_examples.py
+ nosetests --with-xunit --with-coverage --cover-html --cover-html-dir=Coverage_report --verbosity=3 test/ examples/run_examples.py
22
23
after_success:
24
- codecov
test/testall.py
0 commit comments