Skip to content

Commit 5db4d86

Browse files
committed
Have the deploy script run flake8
1 parent 39da066 commit 5db4d86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ install:
77
- "pip install -r requirements.txt"
88
- "python setup.py install"
99
before_script:
10+
- "flake8 seleniumbase/*/*.py"
1011
- "export DISPLAY=:99.0"
1112
- "sh -e /etc/init.d/xvfb start"
1213
script:

0 commit comments

Comments
 (0)