Remove pip cache

This commit is contained in:
Syrus Akbary 2016-08-19 00:37:41 -07:00
parent 1e3b30124f
commit 4a2f10b116

View File

@ -5,7 +5,6 @@ python:
- 3.4
- 3.5
- pypy
cache: pip
before_install:
- |
if [ "$TRAVIS_PYTHON_VERSION" = "pypy" ]; then