mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-11 15:24:18 +00:00
Cleanup CI and add python 3.8 support
This commit is contained in:
parent
19868e5c21
commit
f2a17ddf33
5 changed files with 12 additions and 5 deletions
|
|
@ -1,4 +1,3 @@
|
|||
dist: xenial
|
||||
language: python
|
||||
cache: pip
|
||||
before_script:
|
||||
|
|
@ -22,9 +21,11 @@ matrix:
|
|||
env: TOXENV=py36
|
||||
- python: 3.7
|
||||
env: TOXENV=py37
|
||||
- python: 3.8
|
||||
env: TOXENV=py38
|
||||
- python: pypy
|
||||
env: TOXENV=pypy
|
||||
- python: 2.7
|
||||
- python: 3.7
|
||||
env: TOXENV=readme
|
||||
- python: 3.7
|
||||
env: TOXENV=flake8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue