Add code coverage

- generates a code coverage report
- triggers Coveralls on every Travis build
- adds a badge to the README
This commit is contained in:
Chris Hill-Scott
2016-04-07 10:28:29 +01:00
parent b5915dc956
commit 5c4de3d13d
5 changed files with 7 additions and 2 deletions

View File

@@ -2,6 +2,8 @@
pep8==1.5.7
pytest==2.8.1
pytest-mock==0.8.1
pytest-cov==2.2.1
coveralls==1.1
moto==0.4.19
httpretty==0.8.10
beautifulsoup4==4.4.1