From 1ecc7f131178dc65ef6663583bb985537b6eba73 Mon Sep 17 00:00:00 2001
From: Paul Kehrer <paul.l.kehrer@gmail.com>
Date: Thu, 20 Nov 2014 19:47:12 -1000
Subject: add a tox target to randomize tests

---
 tox.ini | 7 +++++++
 1 file changed, 7 insertions(+)

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
-- 
cgit v1.2.3