Skip to content

Commit 9a3d789

Browse files
committed
Fix travis
1 parent 000b4cb commit 9a3d789

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
@@ -5,7 +5,7 @@ python:
55
- '3.6'
66

77
install:
8-
- pip install -U tox coveralls
8+
- pip install -rrequirements-tests.txt
99

1010
script:
1111
- coverage erase

0 commit comments

Comments
 (0)