We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00b278e commit e0a1ea9Copy full SHA for e0a1ea9
1 file changed
tox.ini
@@ -1,5 +1,5 @@
1
[tox]
2
-envlist = py38, flake8
+envlist = py39, flake8
3
skipsdist=True
4
5
[testenv:flake8]
@@ -45,6 +45,3 @@ application-import-names = etcd3
45
max-complexity = 10
46
# TODO add docstrings for public methods, modules, etc
47
ignore = D1, W503
48
-
49
-[travis]
50
-python = 3.6: py36, flake8
0 commit comments