Skip to content

Commit 5ea2b02

Browse files
Install flake8 before trying to use it in gate
Signed-off-by: Robbie Harwood <rharwood@redhat.com>
1 parent 6414af3 commit 5ea2b02

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.travis.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
1+
sudo: required
2+
13
language: python
24
python:
35
- "2.6"
46
- "2.7"
57
- "3.4"
68
- "3.6"
79

10+
before_install:
11+
- sudo apt-get update -qq
12+
- sudo apt-get install flake8
13+
814
install:
9-
- pip install .
15+
- pip install .
1016

1117
script:
1218
- flake8

0 commit comments

Comments
 (0)