summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2019-06-02 20:16:24 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2019-06-02 21:16:24 -0400
commit1265b06271c5d784049df01d708a1b1591694382 (patch)
tree9a9edbaee04474e5f9255eb99e82b5f7ee8ddd10 /tox.ini
parent8fd7c15f8f0d2475297ac9283fae76c305a5c1b9 (diff)
downloadpyopenssl-1265b06271c5d784049df01d708a1b1591694382.tar.gz
Run tests in random order to weed out issues (#842)
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 8bef9e3..faecfbf 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = {pypy,pypy3,py27,py34,py35,py36,py37}{,-cryptographyMaster,-cryptographyMinimum},py27-twistedMaster,pypi-readme,check-manifest,flake8,docs,coverage-report
+envlist = {pypy,pypy3,py27,py34,py35,py36,py37}{,-cryptographyMaster,-cryptographyMinimum}{,-randomorder},py27-twistedMaster,pypi-readme,check-manifest,flake8,docs,coverage-report
[testenv]
whitelist_externals =
@@ -11,6 +11,7 @@ deps =
coverage>=4.2
cryptographyMaster: git+https://github.com/pyca/cryptography.git
cryptographyMinimum: cryptography==2.3.0
+ randomorder: pytest-randomly
setenv =
# Do not allow the executing environment to pollute the test environment
# with extra packages.