diff --git a/.travis.yml b/.travis.yml index 7269d0f..274a898 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,9 +5,7 @@ python: - '3.6' - 'pypy' - 'pypy3' -cache: - directories: - - $HOME/.cache/pip +cache: pip install: - pip install -e .[test] script: