fix travis, pip 8.1.2 no longer supports --download-cache option

This commit is contained in:
ilvalle
2016-06-25 13:40:12 +02:00
parent abf8d9fb27
commit d429554c5b
+2 -2
View File
@@ -29,8 +29,8 @@ install:
- if [[ $TRAVIS_PYTHON_VERSION != '3.5' ]]; then pip install -e .; fi;
before_script:
- pip install --download-cache $HOME/.pip-cache coverage
- pip install --download-cache $HOME/.pip-cache codecov
- pip install coverage
- pip install codecov
- mysql -e 'create database pydal;'
- psql -c 'create database pydal;' -U postgres
- psql -c 'create extension postgis;' -U postgres -d pydal;