diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2019-03-10 13:53:15 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2019-03-10 13:58:02 -0400 |
| commit | 6d5e33a36175d3948b9e6b3cd45e9089c6753be4 (patch) | |
| tree | 86210ca855ecaec64115bbee14764ddc1c437b10 /tox_wheels.ini | |
| parent | 7e6a8c4420447076d982e72b27ca710d062e8ab8 (diff) | |
| download | python-coveragepy-git-6d5e33a36175d3948b9e6b3cd45e9089c6753be4.tar.gz | |
Drop support for Python 3.4
Diffstat (limited to 'tox_wheels.ini')
| -rw-r--r-- | tox_wheels.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tox_wheels.ini b/tox_wheels.ini index 7381cafb..a4854605 100644 --- a/tox_wheels.ini +++ b/tox_wheels.ini @@ -2,7 +2,7 @@ # For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt [tox] -envlist = py{27,34,35,36,37,sys} +envlist = py{27,35,36,37,38,sys} toxworkdir = {toxinidir}/.tox_kits [testenv] |
