Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 851 Bytes

README.rst

File metadata and controls

39 lines (24 loc) · 851 Bytes

WarmMail

Welcome to WarmMail - A simple system to send you an email with Air Quality Index updates every day.

Settings

Moved to settings.

Test coverage

To run the tests, check your test coverage, and generate an HTML coverage report:

$ coverage run -m pytest
$ coverage html
$ open htmlcov/index.html

Running tests with py.test

$ pytest

Live reloading and Sass CSS compilation

Moved to Live reloading and SASS compilation.

Deployment

The following details how to deploy this application.