mirror of
https://github.com/LIV2/amitools.git
synced 2025-12-06 06:32:47 +00:00
18 lines
326 B
INI
18 lines
326 B
INI
[tox]
|
|
envlist = py{27}
|
|
skipsdist = {env:TOXBUILD:false}
|
|
|
|
[travis]
|
|
os =
|
|
linux: py{27}
|
|
osx: py{27}
|
|
|
|
[testenv]
|
|
deps= -rrequirements-test.txt
|
|
commands=
|
|
{env:TOXBUILD:{envpython} setup.py clean --all build_ext --force --inplace}
|
|
{env:TOXBUILD:pytest} --basetemp={envtmpdir} test {posargs}
|
|
|
|
[pytest]
|
|
addopts = -x -v
|