diff options
| author | Marc Abramowitz <marc@marc-abramowitz.com> | 2012-06-01 07:56:13 -0700 |
|---|---|---|
| committer | Marc Abramowitz <marc@marc-abramowitz.com> | 2012-06-13 08:05:13 -0700 |
| commit | b555e98c477056a7b32a46294c42c11a3b96b432 (patch) | |
| tree | 05f36c3fa0d0adfda6ce196a933bd0b9040908d8 | |
| parent | 22d13cca116df2c9b4b9015d873bcc53a362731c (diff) | |
| download | pyramid-b555e98c477056a7b32a46294c42c11a3b96b432.tar.gz pyramid-b555e98c477056a7b32a46294c42c11a3b96b432.tar.bz2 pyramid-b555e98c477056a7b32a46294c42c11a3b96b432.zip | |
Add "py33" to tox.ini
| -rw-r--r-- | tox.ini | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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 |
