diff --git a/.travis.yml b/.travis.yml index ed1959f..2b9250e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: python +cache: pip python: 3.4 sudo: false env: @@ -12,6 +13,3 @@ env: install: - pip install -U tox script: tox -cache: - directories: - - $HOME/.cache/pip