cf4f23c3bc
Bring `tox.ini` up to date with `setup.py` and `.travis.yml`.
10 lines
197 B
INI
10 lines
197 B
INI
[tox]
|
|
envlist = pypy,py26,py27,py33,py34,py35,py36
|
|
[testenv]
|
|
whitelist_externals = git
|
|
setenv =
|
|
NOSE_XUNIT_FILE = junit-{envname}.xml
|
|
commands =
|
|
git submodule init
|
|
python setup.py test
|