Skip to content

Commit

Permalink
update python requirements and pip usage
Browse files Browse the repository at this point in the history
  • Loading branch information
guruofgentoo committed Jul 6, 2021
1 parent b66d090 commit 760da0b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@
# and also to help confirm pull requests to this project.

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


[testenv]
setenv =
PIP_EXTRA_INDEX_URL=https://package-index.level12.net
usedevelop = false
deps =
readme_renderer
Expand All @@ -40,7 +42,7 @@ commands =


[testenv:project]
basepython = python3.6
basepython = python3.9
skip_install = true
usedevelop = false
deps =
Expand All @@ -60,7 +62,7 @@ commands =
make -C docs/ html

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

0 comments on commit 760da0b

Please sign in to comment.