Skip to content

Commit 22a2f98

Browse files
committed
fix: Travis build (#43)
1 parent ad411de commit 22a2f98

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
@@ -1,10 +1,10 @@
11
language: python
22
python:
3-
# - "2.7"
43
- "3.6"
54
# command to install dependencies
65
install:
76
- pip install -r requirements.txt
7+
- pip install -r extra-requirements.txt
88
- pip install -r test-requirements.txt
99
# command to run tests
1010
script:

0 commit comments

Comments
 (0)