Skip to content

Commit 2e95520

Browse files
committed
py3.5 does not have --use-mirros
1 parent 304ad9e commit 2e95520

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
sudo: false
12
language: python
23
notifications:
34
email: false
@@ -10,7 +11,7 @@ python:
1011
- 3.5
1112
install:
1213
- pip install -r requirements.txt
13-
- pip install -r test_requirements.txt --use-mirrors
14+
- pip install -r test_requirements.txt
1415
script:
1516
make test
1617
after_success:

0 commit comments

Comments
 (0)