summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThijs Triemstra <info@collab.nl>2018-02-20 19:54:58 -0500
committerThijs Triemstra <info@collab.nl>2018-02-20 19:54:58 -0500
commitf2ef1b0e47b4350e6bf8eb083810e02f0b8330b3 (patch)
tree91832bf4dd7fac8d6cb0a4bf8ce26c42da0cd9c6
parent0f181af0c3277d6ea3b4d775dbc40a16a2115b7b (diff)
downloadpython-coveragepy-f2ef1b0e47b4350e6bf8eb083810e02f0b8330b3.tar.gz
enable pip cache in travis build
and remove duplicate sudo statement
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 5e28d48..bb5a4b1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,6 +3,7 @@
language: python
+cache: pip
sudo: false
python:
- '2.6'
@@ -18,8 +19,6 @@ env:
- COVERAGE_COVERAGE=no
- COVERAGE_COVERAGE=yes
-sudo: false
-
install:
- pip install -r requirements/ci.pip