Skip to content

Commit

Permalink
Merge pull request #5 from jdufresne/cache
Browse files Browse the repository at this point in the history
Enable pip cache in Travis CI
  • Loading branch information
kmike authored Nov 3, 2017
2 parents 08b3859 + c3a66ec commit ec33ec9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
language: python
cache: pip
python: 3.4
sudo: false
env:
Expand All @@ -12,6 +13,3 @@ env:
install:
- pip install -U tox
script: tox
cache:
directories:
- $HOME/.cache/pip

0 comments on commit ec33ec9

Please sign in to comment.