Skip to content

Commit d35a97f

Browse files
committed
files for travis
1 parent c4a8ca5 commit d35a97f

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

.travis.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
dist: xenial
2+
language: python
3+
cache: pip
4+
5+
git:
6+
quiet: true
7+
8+
python:
9+
- "3.6"
10+
11+
script:
12+
- find . -name \*.py -print0 | sort -z | xargs -r0 flake8

requirements.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
entrypoints==0.3
2+
flake8==3.7.7
3+
mccabe==0.6.1
4+
pycodestyle==2.5.0
5+
pyflakes==2.1.1

0 commit comments

Comments
 (0)