mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 16:42:42 +01:00
Drop Python 2 from Tox config
This commit is contained in:
parent
1cf80b340f
commit
4bf82cd755
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -4,7 +4,7 @@
|
||||||
# and then run "tox" from this directory.
|
# and then run "tox" from this directory.
|
||||||
|
|
||||||
[tox]
|
[tox]
|
||||||
envlist = py27-test, py38-{cov,lint}, docs
|
envlist = py38-{cov,lint}, docs
|
||||||
|
|
||||||
[_test]
|
[_test]
|
||||||
deps = .[test]
|
deps = .[test]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue