use flake8 instead of pep8 in travis build

This commit is contained in:
Julien Pagès 2015-02-10 16:46:07 +01:00
Родитель 3f75289c32
Коммит 46f9c30547
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -4,10 +4,10 @@ python:
- "2.7"
install:
pip install mock coverage coveralls pep8
pip install mock coverage coveralls flake8
before_script:
pep8 mozregression tests setup.py
flake8 mozregression tests setup.py
script:
coverage run setup.py test