Skip to content

Commit 672a2d8

Browse files
committed
tox setup?
1 parent aa75bc6 commit 672a2d8

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

setup.cfg

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[pycodestyle]
2+
count = False
3+
ignore = E501
4+
statistics = True
5+
6+
[gh-actions]
7+
python =
8+
3.8: py38
9+
3.9: py39
10+
11+
[tox]
12+
envlist = lint, mypy, {py27,py35,py36,py37,py38,pypy2,pypy3}{-twisted,}, manifest, docs, pypi-description, coverage-report
13+
isolated_build = true

0 commit comments

Comments
 (0)