Skip to content

Commit 7f0222f

Browse files
committed
Update CI config.
1 parent 614439d commit 7f0222f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: python
22
python:
3-
- "2.7"
4-
install: "pip install -r requirements.txt --use-mirrors"
3+
- "2.7.11"
4+
install: "pip install -r requirements.txt"
55
script: "cd tests/ && python runtests.py base view_base"

0 commit comments

Comments
 (0)