travis: Coverall installing

This commit is contained in:
maxkoryukov
2016-02-03 03:07:23 +05:00
parent 52f071d8b0
commit f8df9c502b

View File

@@ -19,6 +19,10 @@ install:
- pip install pylint==1.3.1
- pip install pyflakes
- pip install pep8
# coverage stuff:
- pip install coveralls
- pip install coverage
script:
- pep8 headphones
- pyflakes headphones