Add pip files to the cache.

This commit is contained in:
Jakob Stoklund Olesen
2017-01-25 15:35:58 -08:00
parent 859cca081c
commit eecbcf9844

View File

@@ -1,17 +1,18 @@
language: rust
rust:
- stable
- beta
- nightly
- stable
- beta
- nightly
dist: trusty
sudo: false
addons:
apt:
packages:
- python3-pip
apt:
packages:
- python3-pip
install:
- pip3 install --user --upgrade mypy flake8
- pip3 install --user --upgrade mypy flake8
script: ./test-all.sh
cache:
- cargo
- pip
cargo: true
directories:
- $HOME/.cache/pip