Skip to content

Commit

Permalink
Add development hints for new devs
Browse files Browse the repository at this point in the history
  • Loading branch information
kedder committed Apr 23, 2020
1 parent 63e092f commit 9bcfb6d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.rst
Expand Up @@ -27,3 +27,19 @@ Features include:
* support for downgrading
* support for out-of-order migrations
* support for migrating multiple homogenuous databases


Development
-----------

To set up development environment, use `pipenv`::

pipenv install --dev

To run tests, use `pytest`::

pytest

To run tests under all supported environments, use `tox`::

tox --skip-missing-interpreters

0 comments on commit 9bcfb6d

Please sign in to comment.