Add basic tox.ini file

Change-Id: I7a2f3238d671f23867fe408ee7183ed51494308d
This commit is contained in:
Tony Breeds 2016-07-19 11:33:49 -07:00
parent 9741b53186
commit 8051e59dca
1 changed files with 7 additions and 0 deletions

7
tox.ini Normal file
View File

@ -0,0 +1,7 @@
[tox]
minversion = 1.6
skipsdist = True
envlist = py27,py34
[testenv:venv]
commands = {posargs}