Files
deb-python-dcos/tox.win.ini

29 lines
416 B
INI

[tox]
envlist = py34-unit
[testenv]
setenv =
DCOS_CONFIG = {env:DCOS_CONFIG}
passenv =
TEAMCITY_VERSION
deps =
pytest
pytest-cov
pypiwin32
teamcity-messages
[testenv:syntax]
deps =
flake8
flake8-import-order==0.9.2
pep8-naming
commands =
flake8 --verbose {env:CI_FLAGS:} dcos tests setup.py
[testenv:py34-unit]
commands =
py.test -vv {env:CI_FLAGS:} --cov {envsitepackagesdir}/dcos tests