Skip to content

Commit 3e8545f

Browse files
committed
chore: set py36 for special envs on travis
1 parent d8b98b7 commit 3e8545f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ python:
1111
- pypy3
1212
matrix:
1313
include:
14-
- python: 3.7
14+
- python: 3.6
1515
env: TOXENV=flake8,black,import-order,mypy,manifest
1616
cache: pip
1717
install: pip install tox-travis codecov

0 commit comments

Comments
 (0)