Change Travis caching to be less invasive
This commit is contained in:
parent
452348a7f9
commit
fc8c26005c
1 changed files with 3 additions and 5 deletions
|
@ -1,11 +1,9 @@
|
||||||
sudo: false
|
sudo: false
|
||||||
language: python
|
language: python
|
||||||
cache:
|
cache: pip
|
||||||
directories:
|
|
||||||
- $HOME/virtualenv/python$TRAVIS_PYTHON_VERSION/
|
|
||||||
python:
|
python:
|
||||||
- 3.4.2
|
- 3.4
|
||||||
- 3.5.0
|
- 3.5
|
||||||
install:
|
install:
|
||||||
- script/bootstrap_server
|
- script/bootstrap_server
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Add table
Reference in a new issue