Skip to content

Commit

Permalink
Merge 558e3f0 into e06325d
Browse files Browse the repository at this point in the history
  • Loading branch information
lafrech committed Oct 19, 2020
2 parents e06325d + 558e3f0 commit 98fecc0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,14 @@ jobs:

include:

- { python: '3.8', env: TOXENV=lint }
- { python: '3.9', env: TOXENV=lint }
- { python: '3.6', env: TOXENV=py36 }
- { python: '3.7', env: TOXENV=py37 }
- { python: '3.8', env: TOXENV=py38 }
- { python: '3.9', env: TOXENV=py39 }

- stage: PyPI Release
if: tag IS present
python: '3.8'
env: TOXENV=py38
python: '3.9'
env: TOXENV=py39
install: skip
script: echo "Releasing to PyPI..."
deploy:
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3 :: Only',
],
keywords=[
'REST',
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 = lint,py36,py37,py38
envlist = lint,py36,py37,py38,py39

[testenv]
deps =
Expand Down

0 comments on commit 98fecc0

Please sign in to comment.