From 8462db6e034985fc059f348bfdc7a65f849e2363 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christopher=20Ram=C3=ADrez?= Date: Fri, 4 Dec 2015 09:35:41 -0600 Subject: [PATCH] Add tox for managing test environments. --- tox.ini | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tox.ini diff --git a/tox.ini b/tox.ini new file mode 100644 index 0000000..6fb3487 --- /dev/null +++ b/tox.ini @@ -0,0 +1,6 @@ +[tox] +envlist = py26, py27, py3, py33, py34 + +[testenv] +deps = pytest +commands= py.test