summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
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