Drop Python 2 from Tox config

This commit is contained in:
Adrian Sampson 2021-08-19 16:35:38 -04:00
parent 1cf80b340f
commit 4bf82cd755
No known key found for this signature in database
GPG key ID: BDB93AB409CC8705

View file

@ -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]