diff options
author | Thijs Triemstra <info@collab.nl> | 2018-02-20 19:54:58 -0500 |
---|---|---|
committer | Thijs Triemstra <info@collab.nl> | 2018-02-20 19:54:58 -0500 |
commit | 98f31d8461b2bb80cd9c2c57f9979e3bb1acf8f5 (patch) | |
tree | 5559394c14d9cbe9207879d99c3184ecb0106236 | |
parent | 13e0bb052e7ce46b646f97c19a82c0a0d9b63eb8 (diff) | |
download | python-coveragepy-git-98f31d8461b2bb80cd9c2c57f9979e3bb1acf8f5.tar.gz |
enable pip cache in travis build
and remove duplicate sudo statement
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 5e28d48b..bb5a4b15 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 |