From 66b17cfb35104c949effa5bc71d36fc4117069e5 Mon Sep 17 00:00:00 2001 From: Corey Goldberg Date: Thu, 4 Apr 2013 12:24:43 -0400 Subject: [PATCH] added tox.ini and used Tox to verify compatibility for py27 py32 py33 pypy --- tox.ini | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tox.ini diff --git a/tox.ini b/tox.ini new file mode 100644 index 0000000..d6d6ee3 --- /dev/null +++ b/tox.ini @@ -0,0 +1,13 @@ +# Tox (http://tox.testrun.org/) is a tool for running tests +# in multiple virtualenvs. This configuration file will run the +# test suite on all supported python versions. To use it, "pip install tox" +# and then run "tox" from this directory. + +[tox] +envlist = py27, py32, py33, pypy + +[testenv] +deps = + nose +commands = + nosetests