summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorBrian May <brian@linuxpenguins.xyz>2020-05-21 07:18:40 +1000
committerBrian May <brian@linuxpenguins.xyz>2020-05-29 07:44:51 +1000
commit9f27c1943b83891891973e655a700886e357a1ca (patch)
tree7878bb8fa17417a2690cc15906a28e24fe509d33 /tox.ini
parent6c21addde97c4582b3dccb22bca64c33af3e5eff (diff)
Updated supported Python versions
* Drop 2.7 * Add 3.7 and 3.8
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini11
1 files changed, 4 insertions, 7 deletions
diff --git a/tox.ini b/tox.ini
index 2a94607..0400131 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,19 +1,16 @@
[tox]
downloadcache = {toxworkdir}/cache/
envlist =
- py27,
- py34,
py35,
py36,
- pypy,
+ py37,
+ py38,
[testenv]
basepython =
- py27: python2.7
- py34: python3.4
- py35: python3.5
py36: python3.6
- pypy: pypy
+ py37: python3.7
+ py38: python3.8
commands =
pip install -e .
# actual flake8 test