Keep working python versions

This commit is contained in:
2015-12-25 12:03:53 +05:30
parent d01c71ab1f
commit 8c7fb1376f
+2 -2
View File
@@ -6,7 +6,7 @@ addons:
- redis-server - redis-server
python: python:
- "2.5" # - "2.5" # tarvis errs
- "2.6" - "2.6"
- "2.7" - "2.7"
# - "3.2" # humanfriendly cant install # - "3.2" # humanfriendly cant install
@@ -16,7 +16,7 @@ python:
- "3.5-dev" - "3.5-dev"
- "nightly" - "nightly"
- "pypy" - "pypy"
- "pypy3" # - "pypy3" # psutil errs
install: install:
- "pip install --upgrade -r requirements.txt" - "pip install --upgrade -r requirements.txt"