Add a tox.ini for testing with.

This commit is contained in:
Robert Collins
2016-05-18 17:13:29 +12:00
parent cdeb596f01
commit c14d08bb39

12
tox.ini Normal file
View File

@@ -0,0 +1,12 @@
[tox]
envlist = py26,py27,py32,py33,py34,py35,pypy,pypy3
minversion = 1.6
skipsdist = True
[testenv]
usedevelop = True
install_command = pip install -U {opts} {packages}
setenv = VIRTUAL_ENV={envdir}
whitelist_externals = make
deps = testtools
commands = make check