Skip to content

Commit 9606cfa

Browse files
committed
travis doesn't like discover command
1 parent eea48bc commit 9606cfa

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
@@ -6,4 +6,4 @@ python:
66
- "3.3"
77

88
# command to run tests
9-
script: python -m unittest discover tests/
9+
script: cd tests && python -m unittest discover

0 commit comments

Comments
 (0)