aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-11-20 19:47:12 -1000
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-11-24 10:16:28 -1000
commit1ecc7f131178dc65ef6663583bb985537b6eba73 (patch)
tree09ccbffa53d69d3463bc72c290eac2818388738d /tox.ini
parent04a3f1f2c4086c0d7162b6dd79b6332d9115b2c0 (diff)
downloadcryptography-1ecc7f131178dc65ef6663583bb985537b6eba73.tar.gz
cryptography-1ecc7f131178dc65ef6663583bb985537b6eba73.tar.bz2
cryptography-1ecc7f131178dc65ef6663583bb985537b6eba73.zip
add a tox target to randomize tests
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 7 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 4d4ac20c..151b5530 100644
--- a/tox.ini
+++ b/tox.ini
@@ -63,6 +63,13 @@ deps =
commands =
flake8 .
+[testenv:randomorder]
+deps =
+ {[testenv]deps}
+ pytest-random
+commands =
+ py.test --capture=no --strict --random {posargs}
+
[flake8]
exclude = .tox,*.egg
select = E,W,F,N,I