Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

Commit 315b597

Browse files
committed
fix: Upgrade flake8 job to py3.7
1 parent 03c9dbd commit 315b597

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
@@ -13,7 +13,7 @@ matrix:
1313
sudo: true
1414

1515
- name: Flake8
16-
python: "3.6"
16+
python: "3.7"
1717
install:
1818
- pip install tox
1919
script: tox -e flake8

0 commit comments

Comments
 (0)