Updates travis cache to python 2.7.13 (#576)
This commit is contained in:
parent
652c99b471
commit
5c52fcaf54
@ -6,15 +6,14 @@ language: python
|
|||||||
cache:
|
cache:
|
||||||
pip: true
|
pip: true
|
||||||
directories:
|
directories:
|
||||||
- $HOME/virtualenv/python2.7.12/lib/python2.7/site-packages
|
- $HOME/virtualenv/python2.7.13/lib/python2.7/site-packages
|
||||||
- $HOME/virtualenv/python2.7.12/bin/
|
- $HOME/virtualenv/python2.7.13/bin/
|
||||||
- $HOME/unicorn
|
|
||||||
dist: trusty
|
dist: trusty
|
||||||
sudo: required
|
sudo: required
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
python:
|
python:
|
||||||
- 2.7
|
- 2.7.13
|
||||||
install:
|
install:
|
||||||
- travis_retry pip install -U pip
|
- travis_retry pip install -U pip
|
||||||
- travis_retry pip uninstall -y Manticore || echo "Manticore not cached" # uninstall any old, cached Manticore
|
- travis_retry pip uninstall -y Manticore || echo "Manticore not cached" # uninstall any old, cached Manticore
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user