Create a tox config for automating tests for different Python versions.

To use:
    sudo pip install tox
    tox
This commit is contained in:
Lance Stout
2011-08-31 00:00:12 -07:00
parent 730c3fada0
commit c3df4dd052
3 changed files with 7 additions and 3 deletions

2
.gitignore vendored
View File

@@ -4,3 +4,5 @@ dist/
MANIFEST
docs/_build/
*.swp
.tox/
.coverage