Skip to content

Commit df6b969

Browse files
committed
(travis) Fix test script
1 parent dffc89e commit df6b969

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
@@ -10,4 +10,4 @@ install:
1010
- "pip install cython six --use-mirrors"
1111
- "python setup.py install"
1212

13-
script: nosetests
13+
script: "nosetests -w test"

0 commit comments

Comments
 (0)