Skip to content

Commit

Permalink
Linters now run using Python 3.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
Omer Katz committed Nov 26, 2020
1 parent 681e72e commit ffacfe3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
env: MATRIX_TOXENV=integration-elasticsearch
stage: integration

- python: '3.8'
- python: '3.9'
env:
- TOXENV=flake8,apicheck,configcheck,bandit
- CELERY_TOX_PARALLEL='--parallel --parallel-live'
Expand Down
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ basepython =
3.8: python3.8
3.9: python3.9
pypy3: pypy3
flake8,apicheck,linkcheck,configcheck,bandit: python3.8
flakeplus: python2.7
flake8,apicheck,linkcheck,configcheck,bandit: python3.9
usedevelop = True

[testenv:apicheck]
Expand Down

0 comments on commit ffacfe3

Please sign in to comment.