Update .travis.yml

This commit is contained in:
Max Zwiessele 2015-09-12 19:28:39 +01:00
parent 8548a35364
commit a7c46499eb

View file

@ -17,6 +17,7 @@ os:
# cache: # cache:
# directories: # directories:
# - $HOME/miniconda/ # - $HOME/miniconda/
# - $HOME/.cache/pip
env: env:
- PYTHON_VERSION=2.7 - PYTHON_VERSION=2.7
@ -57,7 +58,3 @@ before_script:
script: script:
- nosetests GPy.testing - nosetests GPy.testing
cache:
directories:
- $HOME/.cache/pip