Add pip files to the cache.
This commit is contained in:
19
.travis.yml
19
.travis.yml
@@ -1,17 +1,18 @@
|
|||||||
language: rust
|
language: rust
|
||||||
rust:
|
rust:
|
||||||
- stable
|
- stable
|
||||||
- beta
|
- beta
|
||||||
- nightly
|
- nightly
|
||||||
dist: trusty
|
dist: trusty
|
||||||
sudo: false
|
sudo: false
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
- python3-pip
|
- python3-pip
|
||||||
install:
|
install:
|
||||||
- pip3 install --user --upgrade mypy flake8
|
- pip3 install --user --upgrade mypy flake8
|
||||||
script: ./test-all.sh
|
script: ./test-all.sh
|
||||||
cache:
|
cache:
|
||||||
- cargo
|
cargo: true
|
||||||
- pip
|
directories:
|
||||||
|
- $HOME/.cache/pip
|
||||||
|
|||||||
Reference in New Issue
Block a user