mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-07 13:36:54 +00:00
Enable py37 check in TravisCI
There is workaround for python 3.7 in TravisCI form original issue: https://github.com/travis-ci/travis-ci/issues/9069#issuecomment-425720905
This commit is contained in:
parent
52d88d8ca7
commit
923b63cb96
1 changed files with 4 additions and 3 deletions
|
|
@ -20,9 +20,10 @@ matrix:
|
|||
env: TOXENV=py35
|
||||
- python: 3.6
|
||||
env: TOXENV=py36
|
||||
# https://github.com/travis-ci/travis-ci/issues/9069
|
||||
#- python: 3.7
|
||||
# env: TOXENV=py37
|
||||
- python: 3.7
|
||||
env: TOXENV=py37
|
||||
dist: xenial
|
||||
sudo: true
|
||||
- python: pypy
|
||||
env: TOXENV=pypy
|
||||
- python: 2.7
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue