summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorRyan Petrello <lists@ryanpetrello.com>2012-03-02 11:58:12 -0500
committerRyan Petrello <lists@ryanpetrello.com>2012-03-02 11:58:12 -0500
commit7cdf9d3afd23c1e1846b84d356bb4089654644d1 (patch)
treea2c4e6067b4a96b65e943c454444c5d63b1e1b82 /tox.ini
parent06b49fcfd27c8daeca04e142e4c51e8be24eb175 (diff)
downloadpecan-7cdf9d3afd23c1e1846b84d356bb4089654644d1.tar.gz
A handful of improvements:
* Fixing a few broken tests (https://github.com/dreamhost/pecan/issues/28) * Removing py.test as a package requirement. * Moving tests *into* the package. * Adding code to use native unittest discovery (or unittest2 fallback).
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 6 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
new file mode 100644
index 0000000..0958cc3
--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,6 @@
+[tox]
+envlist = py26,py27,py31
+
+[testenv]
+deps=pytest
+commands=py.test