Slide 25
Slide 25 text
Pythonic Choices
Tox w/ pytest, Flake8, Pylint, behave
uWSGI, Nginx, Compose
README.rst, no docs
Unit and BDD tests prepared
GitHub+Travis CI / GitLab / Bitbucket
Run project: `docker-compose up`
`manage.py runserver` works too
Run tests: `tox` or `pytest`