Travis: Speedup pip by using favouring wheels

- Upgrade pip to a version that installs from wheels
- Ask Travis to preserve pip's download cache between builds
This commit is contained in:
Alex Willmer
2015-08-01 21:42:44 +01:00
parent e2bf53555e
commit f221b492e7

View File

@@ -1,6 +1,10 @@
language: python
sudo: false
cache:
directories:
- $HOME/.cache/pip
addons:
apt:
packages:
@@ -16,6 +20,7 @@ matrix:
- python: "3.4"
env: TOXENV=py34
install:
- pip install "pip>=7.1.0"
- pip install tox
script: tox