Removing pip switches --allow-external and --allow-unverified as they are no longer needed.

front-end-standardization
Gregor Müllegger 2015-06-25 12:17:55 +02:00
parent cac6ff8647
commit 3c477aad8e
2 changed files with 1 additions and 10 deletions

View File

@ -3,7 +3,7 @@ python:
- "2.7"
install:
- pip install flake8 stripe
- pip install --allow-all-external --allow-unverified bzr --allow-unverified launchpadlib --allow-unverified lazr.authentication -r requirements.txt
- pip install -r requirements.txt
- pip install coveralls
script:
#- flake8 `find . -iname "*.py" -not -ipath "*migration*"`

View File

@ -1,12 +1,3 @@
# Hack around bzr hosting
--allow-external bzr
--allow-unverified bzr
--allow-external launchpadlib
--allow-unverified launchpadlib
--allow-external lazr.authentication
--allow-unverified lazr.authentication
## Upgraded packages
pip==6.1.1
virtualenv==1.11.6