Skip to content

Commit f29ddfd

Browse files
committed
Run flake8 via travis-ci
1 parent ebc1361 commit f29ddfd

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
language: python
2+
3+
python:
4+
- "3.3" # ST3, bure we're only running flake8 anyway
5+
6+
install:
7+
- pip install flake8==2.5.1
8+
9+
script:
10+
- flake8 -v .

0 commit comments

Comments
 (0)