Skip to content

Commit 61b2cf0

Browse files
committed
Fix command to run tests
1 parent 3c02b98 commit 61b2cf0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ python:
1313
install:
1414
- pip install -r requirements.txt
1515
script:
16-
- test
16+
- python -m unittest discover tests

0 commit comments

Comments
 (0)