Production Dependencies
python 3.6
postgresql
rabbitmq
Local Dependencies
# To run python manage.py graph_models, install graphviz
brew install graphviz
git clone git@github.com/massover/killington.git
cd killington
python3 -m venv venv
source venv/bin/activate
pip install -r requirements-dev.txt
make db
make serve
open http://localhost:8000
The pytest testing framework is used.
make test
Continuous deployment is used through Travis CI set up via Heroku.
make lint
piprot
make test
git push origin master