Skip to content

Commit b9f6cdf

Browse files
committed
Updated travis call to nosetests to avoid deprecation warning
1 parent 7a6fc25 commit b9f6cdf

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
@@ -13,4 +13,4 @@ install:
1313

1414
script:
1515
- pip install nose
16-
- python setup.py test
16+
- nosetests -v

0 commit comments

Comments
 (0)