Reorder travis env and add tox config for 3.5-dev

This commit is contained in:
2016-01-14 03:30:54 +05:30
parent 872b93fb37
commit 6db9933e83
2 changed files with 21 additions and 15 deletions
+17 -15
View File
@@ -6,22 +6,24 @@ addons:
packages:
- redis-server
matrix:
# major versions, test first
include:
- env: TOXENV=py27
- env: TOXENV=py35-dev
python: "3.5-dev"
env:
matrix:
# major versions, test first
- TOXENV=py27
- TOXENV=py35
# other versions
- TOXENV=py26
- TOXENV=py33
- TOXENV=py34
- TOXENV=py35
- TOXENV=pypy
- TOXENV=pypy3
# not included, for incompatibility
# - "2.5" # tarvis errs
# - "3.2" # humanfriendly cant install
# - "pypy3" # psutil errs
# - TOXENV=py27
# - TOXENV=py35-dev
# other versions
- TOXENV=py26
- TOXENV=py33
- TOXENV=py34
- TOXENV=pypy
# not included, for incompatibility
# - "2.5" # tarvis errs
# - "3.2" # humanfriendly cant install
# - "pypy3" # psutil errs
install:
- pip install tox
+4
View File
@@ -3,9 +3,13 @@ skipsdist = true
envlist = py{26,27,34,35}
[testenv]
deps = pytest
passenv = PYTEST_STATUS_PORT
REDIS_PATH
REDIS_ARGS
commands = pip install .
py.test -v
[testenv:py35-dev]
basepython = python3.5-dev