Skip to content

Commit 67c2c7e

Browse files
committed
Passing --use-mirrors to pip, according to travis docs
1 parent 60099be commit 67c2c7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ language: python
22
python:
33
- "2.7"
44
install:
5-
- pip install pyside
5+
- pip install pyside --use-mirrors
66
script: py.test

0 commit comments

Comments
 (0)