tox.ini: Use skipdist for faster recreate
This commit is contained in:
7
tox.ini
7
tox.ini
@@ -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++'
|
||||||
|
|||||||
Reference in New Issue
Block a user