Add basic tox.ini file

Change-Id: I8f180842777fa70753baeb2933c1add6cb24c1b0
This commit is contained in:
Tony Breeds 2016-07-19 11:33:50 -07:00
parent 73e4944d9d
commit c13b1c0f8b
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}