Add tox.ini

This commit is contained in:
Gilles Dartiguelongue 2015-10-16 09:06:28 +02:00
parent cb9282ccb5
commit fa83a7d091
1 changed files with 7 additions and 0 deletions

7
tox.ini Normal file
View File

@ -0,0 +1,7 @@
[tox]
envlist = py26, py27, py33, py34, py35
minversion = 1.8
skip_missing_interpreters = True
[testenv]
commands = {envpython} ./tests.py