Skip to content

Commit 2b9d47d

Browse files
committed
chore: test to run flake8 on Travis isolated
1 parent d433a65 commit 2b9d47d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ python:
99
- 3.9-dev
1010
- pypy
1111
- pypy3
12+
matrix:
13+
include:
14+
- python: 3.6
15+
env: TOXENV=flake8
1216
cache: pip
1317
install: pip install tox-travis codecov
1418
script: tox

0 commit comments

Comments
 (0)