Skip to content

Commit f29eae2

Browse files
committed
setup.py test (deprecated) -> nosetests
1 parent 3a9a0ae commit f29eae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ before_install:
2323
- task --version
2424
- cd ../
2525
install: python setup.py install
26-
script: python setup.py test
26+
script: nosetests -w ./taskw/test -v
2727
notifications:
2828
email: true
2929
irc:

0 commit comments

Comments
 (0)