Install flake8 in travis

This commit is contained in:
Dag Heyman 2017-03-09 11:50:21 +01:00
parent 9ba1d4a3c5
commit a27e1b6b1b
No known key found for this signature in database
GPG Key ID: 06FC004369E7D338

View File

@ -41,8 +41,8 @@ install:
cd ../../
qmake
fi
# Install pre-commit
- pip install pre-commit
# Install linting tools
- pip install pre-commit flake8
before_script:
- |