travis: test with flake8

This commit is contained in:
Christoph Reiter 2017-05-01 16:20:39 +02:00
parent 63765f819d
commit 29511786dc
1 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,8 @@ matrix:
install:
- travis_retry sudo apt-get update -q
- travis_retry sudo apt-get install -y libcairo2-dev
- python -m pip install --upgrade pytest
- python -m pip install --upgrade pytest flake8
script:
- python setup.py test
- python -m flake8 .