4cb6c8c535
* Split and add new integration tests * Fix some PEP8
9 lines
220 B
INI
9 lines
220 B
INI
[tox]
|
|
envlist = integration-tests
|
|
skipsdist = True
|
|
|
|
[testenv:integration-tests]
|
|
passenv = *
|
|
deps = -r{toxinidir}/integration-test-requirements.txt
|
|
commands = nosetests --nocapture --verbosity 2 --tests integration_tests
|