We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e07c853 commit 4ae11bdCopy full SHA for 4ae11bd
1 file changed
tox.ini
@@ -34,3 +34,9 @@ deps=
34
commands =
35
flake8 ./mako/ ./test/ setup.py --exclude test/templates,test/foo {posargs}
36
black --check .
37
+
38
39
+[testenv:pep484]
40
+basepython = python3
41
+deps=
42
+commands = python -c "print('pep484 is not yet implemented for this project')"
0 commit comments