diff options
| author | Chris McDonough <chrism@plope.com> | 2011-02-14 01:24:18 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-02-14 01:24:18 -0500 |
| commit | 69e0ecd5c0e38f8f625eb772eacca0323d376dc5 (patch) | |
| tree | df65499842315b5bdd442008c0cf2423797f1670 /tox.ini | |
| parent | fe6c8db075afc6d60f49dc32d8a720c9b3ce123e (diff) | |
| download | pyramid-69e0ecd5c0e38f8f625eb772eacca0323d376dc5.tar.gz pyramid-69e0ecd5c0e38f8f625eb772eacca0323d376dc5.tar.bz2 pyramid-69e0ecd5c0e38f8f625eb772eacca0323d376dc5.zip | |
add tox.ini and ignore derived testing turds
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini new file mode 100644 index 000000000..d1c3c81a5 --- /dev/null +++ b/tox.ini @@ -0,0 +1,16 @@ +[tox] +envlist = + py24,py25,py26,py27,jython,pypy +[testenv] +commands = + python setup.py nosetests --with-xunit --with-xcoverage +# python template_tests.py +deps = Sphinx + WebTest + repoze.sphinx.autointerface + virtualenv + nose + coverage==3.3 + nosexcover + +# coverage <3.4 required by nosexcover |
