Browse Source

Cache pip installs (#3785)

* Cache pip installs

* Update .travis.yml

* Update .travis.yml
orf 8 years ago
parent
commit
9f7adf4329
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -1,6 +1,6 @@
 language: python
 sudo: required
-cache: false
+cache: pip
 python:
   - '2.7'
   - '3.4'