Skip to content

Commit 700c1e7

Browse files
committed
Set up tox to simplify testing multiple pythons
1 parent f6affde commit 700c1e7

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
build
55
dist
66
.venv
7+
.tox

tox.ini

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

0 commit comments

Comments
 (0)