Skip to content

Commit bfd4b78

Browse files
committed
Add tox configuration
1 parent 43f8c7d commit bfd4b78

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
*.egg-info
55
dist/
66
docs/_build
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, pypy, py33
3+
4+
[testenv]
5+
commands = python test_sqlalchemy.py

0 commit comments

Comments
 (0)