Skip to content

Commit ad006e2

Browse files
author
pgaref
committed
Python Travis version fix
1 parent 6fe262e commit ad006e2

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,10 +1,10 @@
11
language: python
22
python:
3-
- "2.7"
3+
- 2.7g
44
sudo: false
55
# command to install dependencies
66
install:
7-
- "pip install -r requirements.txt --use-mirrors"
7+
- "pip install -r requirements.txt"
88
- "pip install coverage"
99
- "pip install coveralls"
1010
script:

0 commit comments

Comments
 (0)