Skip to content

Commit d9a8050

Browse files
author
Thomas Preud'homme
committed
[LNT] Python 3 support: enable testing for Python 3
Summary: Now that all tests are passing in Python 3 enable testing for Python 3 in addition of testing for Python 2. Reviewers: cmatthews, hubert.reinterpretcast, kristof.beyls, leandron, PrzemekWirkus Reviewed By: cmatthews Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D69052
1 parent d52e617 commit d9a8050

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ whitelist_files = ./setup.py
1111

1212
[tox]
1313
envlist = py27
14+
py3
1415
mypy
1516
flake8
1617

@@ -31,6 +32,7 @@ deps =
3132
commands =
3233
# No where close to passing yet, but nice to have.
3334
- mypy --junit-xml=junit-{envname}.xml --py2 --ignore-missing-imports lnt
35+
- mypy --junit-xml=junit-{envname}.xml --ignore-missing-imports lnt
3436

3537
[testenv:flake8]
3638
skip_install = true

0 commit comments

Comments
 (0)