X Tutup
Skip to content

Commit 0cfaaa5

Browse files
committed
Fix travis
1 parent 48bb8a2 commit 0cfaaa5

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
@@ -9,6 +9,6 @@ python:
99
install:
1010
- pip install coveralls
1111
script:
12-
make tests
12+
make test
1313
after_success:
1414
coveralls

0 commit comments

Comments
 (0)
X Tutup