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

Commit

Permalink
Removed deprecated pip option for Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ipmb authored Dec 19, 2016
1 parent 6c96051 commit 393cb0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ language: python
python:
- "2.7"
install:
- "pip install . --use-mirrors"
- "pip install ."
script: py.test

0 comments on commit 393cb0d

Please sign in to comment.