Skip to content

Commit

Permalink
Merge pull request #49 from MRoci/py39
Browse files Browse the repository at this point in the history
test python 3.9
  • Loading branch information
Fabio Todaro authored Apr 14, 2021
2 parents d459559 + 64d0947 commit d8c0437
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
language: python

python:
- "3.5"
- "3.6"
- "3.7"
- "3.8"
- "3.9"

env:
- RUSTUP_HOME=~/rustup CARGO_HOME=~/cargo PATH=~/cargo/bin:$PATH
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py{35,36,37,38}-celery4, lint
envlist = py{36,37,38,39}-celery4, lint
skipsdist = true

[testenv]
Expand Down

0 comments on commit d8c0437

Please sign in to comment.