Add docker setup for running tests on a docker enabled dev environment. (#771)

This commit is contained in:
Paul Van de Vreede
2017-04-29 02:28:06 +10:00
committed by kevgliss
parent fbc24ea400
commit 989e3733a2
4 changed files with 38 additions and 1 deletions

View File

@ -89,6 +89,12 @@ You'll likely want to make some changes to the default configuration (we recomme
.. note:: The ``upgrade`` shortcut is simply a shortcut to Alembic's upgrade command.
Running tests with Docker and docker-compose
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Alternatively you can use Docker and docker-compose for running the tests with ``docker-compose run test``.
Coding Standards
----------------