Skip to content

Commit 3acf67a

Browse files
committed
Upgrade tox.ini according to ci.yaml
1 parent 9d9a6d9 commit 3acf67a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py26,py27,py34,py35
2+
envlist = py27,py36,py37,py38,py39
33

44
[testenv]
55
deps =
@@ -11,6 +11,6 @@ commands =
1111
passenv = ZPC_TEST_TIME_FACTOR
1212

1313
[flake8]
14-
ignore = E501,E128
14+
ignore = E501,E128,W503,W504
1515
filename = *.py,zerorpc
1616
exclude = tests,.git,dist,doc,*.egg-info,__pycache__,setup.py

0 commit comments

Comments
 (0)