Skip to content

Commit a11b09f

Browse files
author
Omer Katz
authored
Bump linters to Python 3.6 (celery#4723)
* Change runtime version of linters to 3.6. * Exclude flakeplus from this upgrade.
1 parent b1d9219 commit a11b09f

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

.travis.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,33 +22,33 @@ env:
2222
- MATRIX_TOXENV=integration-dynamodb
2323
matrix:
2424
include:
25-
- python: '3.5'
25+
- python: '3.6'
2626
env: TOXENV=pypy-unit PYPY_VERSION="pypy2.7-5.8.0"
27-
- python: '3.5'
27+
- python: '3.6'
2828
env: TOXENV=pypy-integration-rabbitmq PYPY_VERSION="pypy2.7-5.8.0"
29-
- python: '3.5'
29+
- python: '3.6'
3030
env: TOXENV=pypy-integration-redis PYPY_VERSION="pypy2.7-5.8.0"
31-
- python: '3.5'
31+
- python: '3.6'
3232
env: TOXENV=pypy-integration-dynamodb PYPY_VERSION="pypy2.7-5.8.0"
33-
- python: '3.5'
33+
- python: '3.6'
3434
env: TOXENV=flake8
3535
stage: lint
36-
- python: '3.5'
36+
- python: '3.6'
3737
env: TOXENV=flakeplus
3838
stage: lint
39-
- python: '3.5'
39+
- python: '3.6'
4040
env: TOXENV=apicheck
4141
stage: lint
42-
- python: '3.5'
42+
- python: '3.6'
4343
env: TOXENV=configcheck
4444
stage: lint
45-
- python: '3.5'
45+
- python: '3.6'
4646
env: TOXENV=bandit
4747
stage: lint
48-
- python: '3.5'
48+
- python: '3.6'
4949
env: TOXENV=pydocstyle
5050
stage: lint
51-
- python: '3.5'
51+
- python: '3.6'
5252
env: TOXENV=isort-check
5353
stage: lint
5454
before_install:

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ basepython =
5555
3.5: python3.5
5656
3.6: python3.6
5757
pypy: pypy
58-
flake8,flakeplus,apicheck,linkcheck,configcheck,pydocstyle,isort-check,bandit: python2.7
58+
flake8,apicheck,linkcheck,configcheck,pydocstyle,isort-check,bandit: python3.6
59+
flakeplus: python2.7
5960
usedevelop = True
6061

6162
[testenv:apicheck]

0 commit comments

Comments
 (0)