Skip to content

Commit 2e74dfb

Browse files
committed
Added tox configuration for testing in various Python versions
1 parent f143d97 commit 2e74dfb

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ dist
22
*.pyc
33
*swp
44
MANIFEST
5+
.tox/
6+
*.egg-info/

tox.ini

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[tox]
2+
envlist = py27, py32, py33, py34
3+
4+
[testenv]
5+
commands = nosetests
6+
deps =
7+
nose

0 commit comments

Comments
 (0)