8000 add tox.ini · sangsiri/twilio-python@85ce578 · GitHub
[go: up one dir, main page]

Skip to content

Commit 85ce578

Browse files
author
Kevin Burke
committed
add tox.ini
1 parent 644328c commit 85ce578

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tox.ini

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[tox]
2+
envlist = py26, py27, py32, py33, pypy
3+
4+
[testenv]
5+
deps= -r{toxinidir}/tests/requirements.txt
6+
commands=
7+
nosetests \
8+
[]
9+

0 commit comments

Comments
 (0)
0