Skip to content

Commit e0a1ea9

Browse files
committed
python38 -> python39 in CI
1 parent 00b278e commit e0a1ea9

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

tox.ini

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py38, flake8
2+
envlist = py39, flake8
33
skipsdist=True
44

55
[testenv:flake8]
@@ -45,6 +45,3 @@ application-import-names = etcd3
4545
max-complexity = 10
4646
# TODO add docstrings for public methods, modules, etc
4747
ignore = D1, W503
48-
49-
[travis]
50-
python = 3.6: py36, flake8

0 commit comments

Comments
 (0)