Fixed tox configuration.
This commit is contained in:
parent
7551c8c883
commit
f03978d89c
1 changed files with 2 additions and 2 deletions
4
tox.ini
4
tox.ini
|
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
[tox]
|
[tox]
|
||||||
envlist = flake,package{36,37,38,39},py{36,37,38,39}
|
envlist = flake8,package-py{36,37,38,39},py{36,37,38,39}
|
||||||
skip_missing_interpreters = true
|
skip_missing_interpreters = true
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
|
|
@ -13,7 +13,7 @@ deps =
|
||||||
flake8
|
flake8
|
||||||
commands = flake8 {posargs}
|
commands = flake8 {posargs}
|
||||||
|
|
||||||
[testenv:package{36,37,38,39}]
|
[testenv:package-py{36,37,38,39}]
|
||||||
skip_install = True
|
skip_install = True
|
||||||
deps =
|
deps =
|
||||||
check_manifest
|
check_manifest
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue