From 515d56f0caf8eb81efc90df2555b0a4b2820ecc9 Mon Sep 17 00:00:00 2001 From: Dwayne Litzenberger Date: Fri, 1 Apr 2016 21:26:54 -0700 Subject: more caching --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 1fd549e..fd6a13e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,6 +43,8 @@ before_install: - declare +x python_flags # List local virtualenvs - ls ~/virtualenv || true + # List the cache for diagnistic purposes + - ls -l ~/.pyenv/cache || true # Show environment - if [ "$TRAVIS_SECURE_ENV_VARS" = "false" ] ; then env | sort ; fi # Deactivate whichever virtualenv is currently in use -- cgit v1.2.1