Merge pull request #129 from hydrosquall/feature/cache-pip-folder-in-travis

Fix #126: Cache Pip Dependencies
This commit is contained in:
Cameron Yick
2018-07-05 11:02:08 -04:00
committed by GitHub

View File

@@ -23,6 +23,8 @@ python:
- 2.7
# - 2.6
cache: pip
env:
- WITH_PANDAS=false
- WITH_PANDAS=true