From 9bcfb6d0d2605b1642737fe2900585a0e49411ac Mon Sep 17 00:00:00 2001 From: Andrey Lebedev Date: Thu, 23 Apr 2020 12:59:42 +0300 Subject: [PATCH] Add development hints for new devs --- README.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.rst b/README.rst index caa8e1e..d32dc79 100644 --- a/README.rst +++ b/README.rst @@ -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