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] [tox]
envlist = py27,py34,py35,py36 envlist = py27,py34,py35,py36
skipsdist = True
[testenv] [testenv]
deps= deps=
pkgconfig
Jinja2
pytest pytest
cython cython
commands = commands =
py.test python setup.py install
py.test {posargs}
setenv = setenv =
CFLAGS='-stdlib=libc++' CFLAGS='-stdlib=libc++'
CXXFLAGS='-stdlib=libc++'