Skip to content
This repository was archived by the owner on Nov 26, 2018. It is now read-only.

Commit 393cb0d

Browse files
authored
Removed deprecated pip option for Travis
1 parent 6c96051 commit 393cb0d

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 . --use-mirrors"
5+
- "pip install ."
66
script: py.test

0 commit comments

Comments
 (0)