tox.ini: Use skipdist for faster recreate

This commit is contained in:
John Vandenberg
2021-04-01 07:31:10 +08:00
parent 8d54f70679
commit 927d8b5128

View File

@@ -1,13 +1,18 @@
[tox]
envlist = py27,py34,py35,py36
skipsdist = True
[testenv]
deps=
pkgconfig
Jinja2
pytest
cython
commands =
py.test
python setup.py install
py.test {posargs}
setenv =
CFLAGS='-stdlib=libc++'
CFLAGS='-stdlib=libc++'
CXXFLAGS='-stdlib=libc++'