13 lines
141 B
INI
13 lines
141 B
INI
[tox]
|
|
envlist = py27,py34,py35,py36,py37
|
|
|
|
[testenv]
|
|
deps=
|
|
pytest
|
|
cython
|
|
|
|
commands =
|
|
py.test
|
|
|
|
setenv =
|
|
CFLAGS='-stdlib=libc++' |