This is a template for quick setting up of new development projects. Change description and project name accordignly Template =======================================
- Ensure
pipandpipenvare installed - Clone repository:
git clone git@github.com:example/pgbackup cdinto repository- Fetch development dependencies
make install - Activate virtualenv:
pipenv shell
still to be defined.
::
Run tests locally using make if virtualenv is active:
$ make
If virtualenv isn’t active then use:
$ python run_tests.py $test_document.py test