Make it easier to develop locally (#1748)

Previously the only documentation for how to run tests was the
implementation in the Travis configuration file. Here we add
instructions as well as move development dependencies to an easily used
and shared (with Travis config) separate requirements.dev.txt file.
This commit is contained in:
James Coleman
2020-11-24 08:29:36 +01:00
committed by GitHub
parent e8e87bf0a1
commit acf512712e
3 changed files with 50 additions and 8 deletions
+8
View File
@@ -0,0 +1,8 @@
psycopg2-binary
behave
coverage
flake8
mock
pytest-cov
pytest
setuptools