Skip to content

Commit

Permalink
adjust CI environments to use
Browse files Browse the repository at this point in the history
  • Loading branch information
guruofgentoo committed Nov 8, 2019
1 parent 76a1222 commit b9b4fb4
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 @@ -11,7 +11,7 @@
# and also to help confirm pull requests to this project.

[tox]
envlist = py{35,36,37}-{base,i18n},flake8,project
envlist = py{36,37,38}-{base,i18n},flake8,project


[testenv]
Expand Down Expand Up @@ -53,7 +53,7 @@ commands =


[testenv:flake8]
basepython = python3.5
basepython = python3.7
skip_install = true
usedevelop = false
deps = flake8
Expand Down

0 comments on commit b9b4fb4

Please sign in to comment.