Add a tox.ini for testing with.
This commit is contained in:
12
tox.ini
Normal file
12
tox.ini
Normal 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
|
||||
Reference in New Issue
Block a user