adding initial tox.ini (just 2.7 for now)

This commit is contained in:
Mahmoud Hashemi 2015-04-09 21:34:24 -07:00
parent 0ba5e29f6a
commit 9a6a375ada
2 changed files with 7 additions and 0 deletions

2
requirements-test.txt Normal file
View File

@ -0,0 +1,2 @@
py==1.4.26
pytest==2.7.0

5
tox.ini Normal file
View File

@ -0,0 +1,5 @@
[tox]
envlist = py27
[testenv]
deps = -rrequirements-test.txt
commands = py.test --doctest-modules boltons