Add basic tox.ini file

Change-Id: Ib7d13c51dc9209a0fec58e4e18afb3ac9f250d77
This commit is contained in:
Tony Breeds 2016-07-19 11:33:49 -07:00
parent 0fcba62a5c
commit 7471a86a81
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}