changeset 973:59f5a8345780 trunk

Add tox file for running tests against supported Python versions.
author hodgestar
date Sat, 29 Dec 2012 22:55:51 +0000
parents 2d1dede6bf45
children 740bc7646c28
files tox.ini
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
new file mode 100644
--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,8 @@
+[tox]
+envlist = py25,py26,py27,py32,py33,pypy
+[testenv]
+deps=
+setenv=
+    PYTHONHASHSEED=0
+commands=
+    python setup.py test
Copyright (C) 2012-2017 Edgewall Software