summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini12
1 files changed, 6 insertions, 6 deletions
diff --git a/tox.ini b/tox.ini
index 601661c..d5f362a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -4,13 +4,13 @@ envlist=py{27,34,35,36}-pytest{29,30,31}
[testenv]
changedir=testing
commands=
- pip install -U .. # hande the install order fallout since pytest depends on pip
-
- py.test --confcutdir=.. -rfsxX --junitxml={envlogdir}/junit-{envname}.xml []
+ pip install -U .. # hande the install order fallout since pytest depends on pip
+ py.test --confcutdir=.. -rfsxX --junitxml={envlogdir}/junit-{envname}.xml []
deps=
- pytest29: pytest~=2.9.0
- pytest30: pytest~=3.0.0
- pytest31: pytest~=3.1.0
+ attrs
+ pytest29: pytest~=2.9.0
+ pytest30: pytest~=3.0.0
+ pytest31: pytest~=3.1.0
[testenv:py27-xdist]
basepython=python2.7