Skip to content

Commit 99cf87b

Browse files
committed
fix Travis build
1 parent 592c3f4 commit 99cf87b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ python:
66
- "3.6"
77

88
install:
9-
- pip install -r requirements
9+
- pip install -r requirements.txt
1010

1111
script:
1212
python test/test.py

0 commit comments

Comments
 (0)