Skip to content

Commit

Permalink
Use py38 toxenv for releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
lafrech committed Aug 9, 2020
1 parent a93f7e8 commit 02e9e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- stage: PyPI Release
if: tag IS present
python: '3.8'
env: TOXENV=py37-ma3
env: TOXENV=py38-ma3
install: skip
script: echo "Releasing to PyPI..."
deploy:
Expand Down

0 comments on commit 02e9e84

Please sign in to comment.