almanach/tox-integration.ini
Frédéric Guillot 6b6d25124f Added integration tests with Docker (#17)
* Added integration tests with Docker
* Cleanup more data
2016-05-19 16:06:02 -04:00

9 lines
197 B
INI

[tox]
envlist = integration-tests
skipsdist = True
[testenv:integration-tests]
passenv = *
deps = -r{toxinidir}/integration-test-requirements.txt
commands = nosetests -s --tests integration_tests