Skip to content

Commit 4a3bf93

Browse files
michael-kjkeyes
authored andcommitted
[travis] Removed --use-mirrors; added py3.5 + 3.6 (intercom#169)
no such option: --use-mirrors
1 parent c9fcd71 commit 4a3bf93

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ language: python
33
python:
44
- 2.7
55
- 3.4
6+
- 3.5
7+
- 3.6
68
install:
7-
- pip install -r requirements.txt --use-mirrors
8-
- pip install -r dev-requirements.txt --use-mirrors
9+
- pip install -r requirements.txt
10+
- pip install -r dev-requirements.txt
911
script:
1012
- nosetests --with-coverag tests/unit
1113
after_success:

0 commit comments

Comments
 (0)