diff options
| author | Chris McDonough <chrism@plope.com> | 2011-09-24 18:57:20 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-09-24 18:57:20 -0400 |
| commit | 795253eefe30d8799a55d31e9905c6af21a32ffb (patch) | |
| tree | f552b84a1ab53a6aadbe5b719c6a7d2a87873c6d /tox.ini | |
| parent | 00473554def2bc59183aff71675d40c243e4cc7c (diff) | |
| download | pyramid-795253eefe30d8799a55d31e9905c6af21a32ffb.tar.gz pyramid-795253eefe30d8799a55d31e9905c6af21a32ffb.tar.bz2 pyramid-795253eefe30d8799a55d31e9905c6af21a32ffb.zip | |
fix setup.py and tox.ini for dev/testing purposes
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 16 |
1 files changed, 12 insertions, 4 deletions
@@ -1,19 +1,25 @@ [tox] envlist = - py26,py27,jython,pypy,cover + py26,py27,py32,pypy,cover [testenv] commands = python setup.py test -q deps = + https://github.com/Pylons/webob/zipball/master + zope.component Sphinx - WebTest repoze.sphinx.autointerface + WebTest virtualenv -[testenv:jython] +[testenv:py32] commands = - jython setup.py test -q + python setup.py test -q +deps = + https://github.com/Pylons/webob/zipball/master + WebTest + virtualenv [testenv:cover] basepython = @@ -21,6 +27,8 @@ basepython = commands = python setup.py nosetests --with-xunit --with-xcoverage deps = + https://github.com/Pylons/webob/zipball/master + zope.component Sphinx WebTest repoze.sphinx.autointerface |
