[tox] envlist = py34-unit, py34-integration [testenv] setenv = DCOS_CONFIG = {env:DCOS_CONFIG} deps = pytest pytest-cov mock pypiwin32 pytz -e.. [testenv:syntax] deps = flake8 isort .. commands = flake8 --verbose {env:CI_FLAGS:} dcoscli tests setup.py isort --recursive --check-only --diff --verbose dcoscli tests setup.py [testenv:py34-integration] commands = py.test -vv {env:CI_FLAGS:} tests/integrations{posargs} [testenv:py34-unit] commands = py.test -vv {env:CI_FLAGS:} tests/unit{posargs}