diff options
| author | Ian Stapleton Cordasco <graffatcolmingov@gmail.com> | 2017-11-25 19:47:37 +0000 |
|---|---|---|
| committer | Ian Stapleton Cordasco <graffatcolmingov@gmail.com> | 2017-11-25 19:47:37 +0000 |
| commit | 9bea7576ac33a8e4f72f87ffa81dfa10256fca6e (patch) | |
| tree | 9196da554fc9690bcde2459d1cb821465249576d | |
| parent | 1ecf97005a024391fb07ad8941f4d25c4e0aae6e (diff) | |
| parent | 593a4b8eddb0262924812aaf90184521ed8bda61 (diff) | |
| download | flake8-9bea7576ac33a8e4f72f87ffa81dfa10256fca6e.tar.gz | |
Merge branch 'cache' into 'master'
Enable pip cache in Travis CI
See merge request pycqa/flake8!213
| -rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 47173cb..578013a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ sudo: false language: python +cache: pip before_script: - pip install tox |
