almanach/tox-integration.ini
Frédéric Guillot 4cb6c8c535 Split and add new integration tests (#20)
* Split and add new integration tests

* Fix some PEP8
2016-05-31 12:09:35 -04:00

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