Roll back caching and pip install in user - it fails

This commit is contained in:
2015-12-25 13:00:03 +05:30
parent f15c080721
commit 2541e8a904
+2 -2
View File
@@ -1,5 +1,5 @@
language: python language: python
cache: pip # cache: pip
addons: addons:
apt: apt:
@@ -23,7 +23,7 @@ python:
# - "pypy3" # psutil errs # - "pypy3" # psutil errs
install: install:
- "pip install --user --upgrade -r requirements.txt" - "pip install --upgrade -r requirements.txt"
- "pip install -e ." - "pip install -e ."
# command to run tests # command to run tests