Skip to content

Commit

Permalink
add tox.ini and ignore derived testing turds
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonc committed Feb 14, 2011
1 parent fe6c8db commit 69e0ecd
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -6,6 +6,9 @@
*.txt.py
*~
.coverage
.tox/
nosetests.xml
pyramid/coverage.xml
tutorial.db
env26/
env26-debug/
Expand Down
16 changes: 16 additions & 0 deletions 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

0 comments on commit 69e0ecd

Please sign in to comment.