summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-06-17 10:00:44 -0400
committerChris McDonough <chrism@plope.com>2012-06-17 10:00:44 -0400
commit5276e011565b24c5ff9bf76577166e08a01cbf03 (patch)
treeceb2ef21bc644ccce72d82a0799f68c260534f52 /tox.ini
parentc7fcdf1665cfdc1173559baa0a56d9a06fcba448 (diff)
parenteb3c87230402201669501d5889d43634b785a9ed (diff)
downloadpyramid-5276e011565b24c5ff9bf76577166e08a01cbf03.tar.gz
pyramid-5276e011565b24c5ff9bf76577166e08a01cbf03.tar.bz2
pyramid-5276e011565b24c5ff9bf76577166e08a01cbf03.zip
Merge branch 'master' of github.com:Pylons/pyramid
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini10
1 files changed, 9 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 97aa6c4d0..85bd41bda 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
envlist =
- py26,py27,py32,pypy,cover
+ py26,py27,py32,py33,pypy,cover
[testenv]
commands =
@@ -21,6 +21,14 @@ deps =
virtualenv
venusian
+[testenv:py33]
+commands =
+ python setup.py test -q
+deps =
+ WebTest
+ virtualenv
+ venusian
+
[testenv:cover]
basepython =
python2.6