aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini12
1 files changed, 3 insertions, 9 deletions
diff --git a/tox.ini b/tox.ini
index f242779c..b64f85bb 100644
--- a/tox.ini
+++ b/tox.ini
@@ -4,8 +4,9 @@ envlist = py27,pypy,py34,py35,py36,py37,docs,pep8,packaging
[testenv]
extras =
- test
- idna: idna
+ test
+ idna: idna
+ randomorder: pytest-random
deps =
# This must be kept in sync with .travis/install.sh and azure-pipelines.yml
coverage
@@ -64,13 +65,6 @@ extras =
commands =
flake8 .
-[testenv:randomorder]
-deps =
- {[testenv]deps}
- pytest-randomly
-commands =
- pytest --capture=no --strict {posargs}
-
[testenv:packaging]
deps =
check-manifest