Skip to content

Commit

Permalink
Bump linters to Python 3.6 (celery#4723)
Browse files Browse the repository at this point in the history
* Change runtime version of linters to 3.6.

* Exclude flakeplus from this upgrade.
  • Loading branch information
Omer Katz authored May 9, 2018
1 parent b1d9219 commit a11b09f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
22 changes: 11 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,33 +22,33 @@ env:
- MATRIX_TOXENV=integration-dynamodb
matrix:
include:
- python: '3.5'
- python: '3.6'
env: TOXENV=pypy-unit PYPY_VERSION="pypy2.7-5.8.0"
- python: '3.5'
- python: '3.6'
env: TOXENV=pypy-integration-rabbitmq PYPY_VERSION="pypy2.7-5.8.0"
- python: '3.5'
- python: '3.6'
env: TOXENV=pypy-integration-redis PYPY_VERSION="pypy2.7-5.8.0"
- python: '3.5'
- python: '3.6'
env: TOXENV=pypy-integration-dynamodb PYPY_VERSION="pypy2.7-5.8.0"
- python: '3.5'
- python: '3.6'
env: TOXENV=flake8
stage: lint
- python: '3.5'
- python: '3.6'
env: TOXENV=flakeplus
stage: lint
- python: '3.5'
- python: '3.6'
env: TOXENV=apicheck
stage: lint
- python: '3.5'
- python: '3.6'
env: TOXENV=configcheck
stage: lint
- python: '3.5'
- python: '3.6'
env: TOXENV=bandit
stage: lint
- python: '3.5'
- python: '3.6'
env: TOXENV=pydocstyle
stage: lint
- python: '3.5'
- python: '3.6'
env: TOXENV=isort-check
stage: lint
before_install:
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ basepython =
3.5: python3.5
3.6: python3.6
pypy: pypy
flake8,flakeplus,apicheck,linkcheck,configcheck,pydocstyle,isort-check,bandit: python2.7
flake8,apicheck,linkcheck,configcheck,pydocstyle,isort-check,bandit: python3.6
flakeplus: python2.7
usedevelop = True

[testenv:apicheck]
Expand Down

0 comments on commit a11b09f

Please sign in to comment.