Skip to content

Commit

Permalink
Update tox to use python38
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed May 21, 2020
1 parent 41f927d commit d5fb629
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
minversion = 3.7
# Disabled "next" because of:
# https://github.com/ansible-community/molecule/issues/2626.
# envlist = py{37}-ansible-{previous,current,next}
envlist = py{37}-ansible-{previous,current}
# envlist = py{38}-ansible-{previous,current,next}
envlist = py{38}-ansible-{previous,current}
skipsdist = true

[testenv]
Expand Down

0 comments on commit d5fb629

Please sign in to comment.