From 5c52fcaf543db31533a263ebc0fb840c8aec012f Mon Sep 17 00:00:00 2001 From: Sidhant Gupta Date: Tue, 21 Nov 2017 02:36:57 +0530 Subject: [PATCH] Updates travis cache to python 2.7.13 (#576) --- .travis.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 48c4d3a..a42109c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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