Skip to content

Commit 714526b

Browse files
committed
Test on multiple Python versions with tox
1 parent feb88f8 commit 714526b

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
@@ -5,3 +5,4 @@ TODO
55
ENV/
66
dist/
77
twitter_text_python.egg-info/
8+
.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,py33,py34,py35
3+
4+
[testenv]
5+
commands=python ttp/tests.py

0 commit comments

Comments
 (0)