mirror of https://github.com/buildinspace/peru.git
travis needs to install flake8
This commit is contained in:
parent
c0f79b0d78
commit
0892b9d7d4
|
@ -5,5 +5,7 @@ python:
|
||||||
- "3.4"
|
- "3.4"
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get update -qq
|
- sudo apt-get update -qq
|
||||||
|
install:
|
||||||
- sudo apt-get install -qq realpath
|
- sudo apt-get install -qq realpath
|
||||||
|
- pip install flake8
|
||||||
script: ./test.sh
|
script: ./test.sh
|
||||||
|
|
Loading…
Reference in New Issue