in travis, pip install in user for caching

This commit is contained in:
2015-12-25 12:56:30 +05:30
parent 80cc5db41f
commit f15c080721
+1 -1
View File
@@ -23,7 +23,7 @@ python:
# - "pypy3" # psutil errs # - "pypy3" # psutil errs
install: install:
- "pip install --upgrade -r requirements.txt" - "pip install --user --upgrade -r requirements.txt"
- "pip install -e ." - "pip install -e ."
# command to run tests # command to run tests