Skip to content

Commit 4ae11bd

Browse files
committed
placeholder pep484 job to help with CI
Change-Id: I4912e54324790add7d4214579ccb5f8665011999
1 parent e07c853 commit 4ae11bd

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

tox.ini

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,9 @@ deps=
3434
commands =
3535
flake8 ./mako/ ./test/ setup.py --exclude test/templates,test/foo {posargs}
3636
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

Comments
 (0)