We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a9a0ae commit f29eae2Copy full SHA for f29eae2
.travis.yml
@@ -23,7 +23,7 @@ before_install:
23
- task --version
24
- cd ../
25
install: python setup.py install
26
-script: python setup.py test
+script: nosetests -w ./taskw/test -v
27
notifications:
28
email: true
29
irc:
0 commit comments