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:
# directories:
# - $HOME/miniconda/
# - $HOME/.cache/pip
env:
- PYTHON_VERSION=2.7
@ -57,7 +58,3 @@ before_script:
script:
- nosetests GPy.testing
cache:
directories:
- $HOME/.cache/pip