Skip to content

Commit

Permalink
Added support for testing with tox.
Browse files Browse the repository at this point in the history
This works fine with the caveat that setuptools-git must be installed or
it will fail to copy the REGISTRY.txt over which is required to bundle
the sdist.
  • Loading branch information
mmerickel committed Jul 5, 2011
1 parent eb2ba90 commit a87a0d9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions tox.ini
@@ -0,0 +1,14 @@
[tox]
envlist =
py25,py26,py27,py32,jython,pypy

[testenv]
commands =
python setup.py test -q
deps =
virtualenv

# we separate coverage into its own testenv because a) "last run wins" wrt
# cobertura jenkins reporting and b) pypy and jython can't handle any
# combination of versions of coverage and nosexcover that i can find.

0 comments on commit a87a0d9

Please sign in to comment.