From 07c36542f0ce12300b45b7c853bf52ff23a80fb6 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Thu, 4 Feb 2016 02:58:51 +0100 Subject: fix travis caching --- .travis.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index be78031d..2c105a11 100644 --- a/.travis.yml +++ b/.travis.yml @@ -90,17 +90,7 @@ notifications: on_success: always on_failure: always -# exclude cryptography from cache -# it depends on libssl-dev version -# which needs to be compiled specifically to each version -before_cache: - - pip uninstall -y cryptography - cache: directories: - $HOME/.cache/pip - - $HOME/virtualenv/python2.7.9/lib/python2.7/site-packages - - $HOME/virtualenv/python2.7.9/bin - $HOME/.pyenv - - $HOME/virtualenv/pypy-2.5.0/site-packages - - $HOME/virtualenv/pypy-2.5.0/bin -- cgit v1.2.3