Merge "Remove python 2.6 and cleanup tox.ini"
This commit is contained in:
commit
6ac4f122e5
8
tox.ini
8
tox.ini
@ -1,21 +1,15 @@
|
||||
[tox]
|
||||
minversion = 1.6
|
||||
skipsdist = True
|
||||
envlist = cover,
|
||||
docs,
|
||||
pep8,
|
||||
py26,
|
||||
py27,
|
||||
py34,
|
||||
pylint,
|
||||
update-states
|
||||
|
||||
[testenv]
|
||||
usedevelop = True
|
||||
install_command = pip install {opts} {packages}
|
||||
setenv = VIRTUAL_ENV={envdir}
|
||||
deps = -r{toxinidir}/requirements.txt
|
||||
-r{toxinidir}/test-requirements.txt
|
||||
deps = -r{toxinidir}/test-requirements.txt
|
||||
commands = python setup.py testr --slowest --testr-args='{posargs}'
|
||||
|
||||
[testenv:docs]
|
||||
|
Loading…
Reference in New Issue
Block a user