summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDwayne Litzenberger <dlitz@dlitz.net>2016-04-01 21:26:54 -0700
committerDwayne Litzenberger <dlitz@dlitz.net>2016-04-01 21:26:54 -0700
commit515d56f0caf8eb81efc90df2555b0a4b2820ecc9 (patch)
tree64223a39f7ee5c8b8479ceb303ecd87b21ce4588
parent560d4dc72a1a237ca55155374ab81223fffd9732 (diff)
downloadpycrypto-515d56f0caf8eb81efc90df2555b0a4b2820ecc9.tar.gz
more caching
-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