almanach/Dockerfile.integration-tests
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

7 lines
205 B
Docker

FROM themattrix/tox
COPY tox-integration.ini /app/tox.ini
COPY tests /app/tests
COPY integration_tests /app/integration_tests
COPY integration-test-requirements.txt /app/integration-test-requirements.txt