We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 614439d commit 7f0222fCopy full SHA for 7f0222f
1 file changed
.travis.yml
@@ -1,5 +1,5 @@
1
language: python
2
python:
3
- - "2.7"
4
-install: "pip install -r requirements.txt --use-mirrors"
+ - "2.7.11"
+install: "pip install -r requirements.txt"
5
script: "cd tests/ && python runtests.py base view_base"
0 commit comments