Skip to content

Commit fdda119

Browse files
committed
chore: update default Python envlist
- remove 3.4 - add 3.8
1 parent a21d2f5 commit fdda119

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
envlist =
3-
py{27,34,35,36,37}-{local,integ,ddb,examples}-fast,
3+
py{27,35,36,37,38}-{local,integ,ddb,examples}-fast,
44
nocmk, sourcebuildcheck,
55
docs, bandit, doc8, readme,
66
flake8{,-tests,-examples}, pylint{,-tests,-examples},

0 commit comments

Comments
 (0)