Skip to content

Commit 561d8f5

Browse files
committed
chore: add linters to travis
1 parent ca81892 commit 561d8f5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ python:
99
- "3.6"
1010
- "3.7-dev"
1111

12+
matrix:
13+
include:
14+
- python: "3.6"
15+
script: tox -e linters
16+
1217
install:
1318
- pip install tox
1419

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ commands =
6969
[testenv:linters]
7070
commands =
7171
flake8
72-
black
72+
black --check .

0 commit comments

Comments
 (0)