Skip to content

Commit

Permalink
Merge pull request #35 from Flimm/remove-use-mirrors
Browse files Browse the repository at this point in the history
Remove deprecated --use-mirrors argument to pip
  • Loading branch information
jgonggrijp authored Jan 20, 2017
2 parents 8a97e6a + c326f6b commit 096350a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ branches:
except:
- piptools-ignore-patch
install:
- "pip install cram --use-mirrors"
- "pip install . --use-mirrors"
- "pip install cram"
- "pip install ."
script:
- "cram tests/*.t"

0 comments on commit 096350a

Please sign in to comment.