diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2020-04-10 02:59:38 +0300 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2020-04-10 19:56:53 +0300 |
commit | 73f83036298e4932772704b2d5359c78d81bd7cc (patch) | |
tree | e5254cb4ccf40062cb3ff94de7b0022787d22f8a /.travis.yml | |
parent | 6d480667b24dc630e7c3fe7ff032cbe1a958ab77 (diff) |
ci: Add pip cache
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index d66a66ef0c..ea589b4059 100644 --- a/.travis.yml +++ b/.travis.yml @@ -71,7 +71,7 @@ jobs: - stage: lint name: 'lint' env: - cache: false + cache: pip language: python python: '3.5' # Oldest supported version according to doc/dependencies.md install: |