Skip to content

Commit e00eae4

Browse files
committed
Added tox configuration
1 parent fc13454 commit e00eae4

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
*.pyc
33
__pycache__
44

5+
# Tox
6+
.tox
7+
58
# When installed in develop mode
69
*.egg-info/
710

tox.ini

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

0 commit comments

Comments
 (0)