Updates travis cache to python 2.7.13 (#576)

This commit is contained in:
Sidhant Gupta 2017-11-21 02:36:57 +05:30 committed by Mark Mossberg
parent 652c99b471
commit 5c52fcaf54

View File

@ -6,15 +6,14 @@ language: python
cache:
pip: true
directories:
- $HOME/virtualenv/python2.7.12/lib/python2.7/site-packages
- $HOME/virtualenv/python2.7.12/bin/
- $HOME/unicorn
- $HOME/virtualenv/python2.7.13/lib/python2.7/site-packages
- $HOME/virtualenv/python2.7.13/bin/
dist: trusty
sudo: required
os:
- linux
python:
- 2.7
- 2.7.13
install:
- travis_retry pip install -U pip
- travis_retry pip uninstall -y Manticore || echo "Manticore not cached" # uninstall any old, cached Manticore