Added tox.ini, removed Py2.6

This commit is contained in:
2014-08-14 18:49:15 +01:00
parent 5f10160494
commit 4d348a847a
2 changed files with 9 additions and 1 deletions

9
tox.ini Normal file
View File

@@ -0,0 +1,9 @@
[tox]
envlist = py27, py33, py34
[testenv]
setenv =
PYTHONPATH = {toxinidir}:{toxinidir}/dropbot
commands = python setup.py test
deps =
-r{toxinidir}/requirements.txt