Skip to content

Commit

Permalink
Merge pull request #64 from fixmycode/master
Browse files Browse the repository at this point in the history
Removed deprecated pip option
  • Loading branch information
benoitc committed May 25, 2018
2 parents dcb4cee + a921d5a commit d465743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -4,7 +4,7 @@ python:
- "3.3"
install:
- sudo apt-get install build-essential python-dev
- pip install -r requirements_dev.txt --use-mirrors
- pip install -r requirements_dev.txt
- python setup.py install
script: py.test
branches:
Expand Down

0 comments on commit d465743

Please sign in to comment.