mirror of
https://github.com/bendtherules/pytest_gui_status.git
synced 2026-08-18 13:42:26 +00:00
Keep working python versions
This commit is contained in:
+2
-2
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user