Fixed tox configuration.

This commit is contained in:
Russell Keith-Magee 2020-10-24 09:59:38 +08:00
parent 7551c8c883
commit f03978d89c
No known key found for this signature in database
GPG key ID: 3D2DAB6A37BB5BC3

View file

@ -1,6 +1,6 @@
[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
[testenv]
@ -13,7 +13,7 @@ deps =
flake8
commands = flake8 {posargs}
[testenv:package{36,37,38,39}]
[testenv:package-py{36,37,38,39}]
skip_install = True
deps =
check_manifest