Skip to content

Commit

Permalink
Added tox configuration for testing on multiple Python versions
Browse files Browse the repository at this point in the history
Fixed MANIFEST.in to include README.rst
  • Loading branch information
Alex Grönholm committed Jun 9, 2013
1 parent 1fabed8 commit 5f07dd9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -3,3 +3,4 @@ MANIFEST
dist/*
cover/*
htmlcov/*
.tox/*
2 changes: 1 addition & 1 deletion MANIFEST.in
@@ -1,5 +1,5 @@
include COPYING.txt
include CHANGES.txt
include README.rst
include tests/test*.py
include tests/words.txt

6 changes: 6 additions & 0 deletions tox.ini
@@ -0,0 +1,6 @@
[tox]
envlist = py26,py27,py32,py33

[testenv]
deps=nose
commands=nosetests []

0 comments on commit 5f07dd9

Please sign in to comment.