mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-04 12:16:53 +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
|
|
@ -5,4 +5,4 @@ install:
|
|||
build: off
|
||||
|
||||
test_script:
|
||||
- python -m tox -e py27,py34,py35,dogfood
|
||||
- python -m tox -e py27,py36,py37,dogfood
|
||||
|
|
|
|||
|
|
@ -39,8 +39,13 @@ python37:
|
|||
stage: test
|
||||
script: tox -e py37
|
||||
|
||||
python38:
|
||||
image: python:3.8
|
||||
stage: test
|
||||
script: tox -e py38
|
||||
|
||||
linters:
|
||||
image: python:3.6
|
||||
image: python:3.7
|
||||
stage: test
|
||||
script: tox -e linters
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@ classifiers =
|
|||
Programming Language :: Python :: 3.5
|
||||
Programming Language :: Python :: 3.6
|
||||
Programming Language :: Python :: 3.7
|
||||
Programming Language :: Python :: 3.8
|
||||
Topic :: Software Development :: Libraries :: Python Modules
|
||||
Topic :: Software Development :: Quality Assurance
|
||||
|
||||
|
|
|
|||
2
tox.ini
2
tox.ini
|
|
@ -1,6 +1,6 @@
|
|||
[tox]
|
||||
minversion=2.3.1
|
||||
envlist = py27,py34,py35,py36,py37,flake8,linters,docs
|
||||
envlist = py27,py34,py35,py36,py37,py38,flake8,linters,docs
|
||||
|
||||
[testenv]
|
||||
deps =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue