Hugo van Kemenade
2021-11-23 15:45:46 +02:00
committed by Pablo Santiago Blum de Aguiar
parent 1a242c7daa
commit 5f562a185c
6 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ envlist = py27,py35,py36,py37,py38,py39,py310
[testenv]
deps = -rrequirements.txt
commands = py.test -v --capture=sys
commands = pytest -v --capture=sys
[flake8]
ignore = E501,W503,W504