Merge branch 'py38' into 'master'

Cleanup CI and add python 3.8 support

See merge request pycqa/flake8!377
This commit is contained in:
Bastien Vallet 2019-11-05 09:53:09 +00:00
commit 6c798ac963
5 changed files with 12 additions and 5 deletions

View file

@ -5,4 +5,4 @@ install:
build: off build: off
test_script: test_script:
- python -m tox -e py27,py34,py35,dogfood - python -m tox -e py27,py36,py37,dogfood

View file

@ -39,8 +39,13 @@ python37:
stage: test stage: test
script: tox -e py37 script: tox -e py37
python38:
image: python:3.8
stage: test
script: tox -e py38
linters: linters:
image: python:3.6 image: python:3.7
stage: test stage: test
script: tox -e linters script: tox -e linters

View file

@ -1,4 +1,3 @@
dist: xenial
language: python language: python
cache: pip cache: pip
before_script: before_script:
@ -22,9 +21,11 @@ matrix:
env: TOXENV=py36 env: TOXENV=py36
- python: 3.7 - python: 3.7
env: TOXENV=py37 env: TOXENV=py37
- python: 3.8
env: TOXENV=py38
- python: pypy - python: pypy
env: TOXENV=pypy env: TOXENV=pypy
- python: 2.7 - python: 3.7
env: TOXENV=readme env: TOXENV=readme
- python: 3.7 - python: 3.7
env: TOXENV=flake8 env: TOXENV=flake8

View file

@ -27,6 +27,7 @@ classifiers =
Programming Language :: Python :: 3.5 Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Topic :: Software Development :: Libraries :: Python Modules Topic :: Software Development :: Libraries :: Python Modules
Topic :: Software Development :: Quality Assurance Topic :: Software Development :: Quality Assurance

View file

@ -1,6 +1,6 @@
[tox] [tox]
minversion=2.3.1 minversion=2.3.1
envlist = py27,py34,py35,py36,py37,flake8,linters,docs envlist = py27,py34,py35,py36,py37,py38,flake8,linters,docs
[testenv] [testenv]
deps = deps =