6b6d25124f
* Added integration tests with Docker * Cleanup more data
7 lines
205 B
Docker
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
|