Skip to content

Commit

Permalink
fix: add an workaround to avoid PyCQA/pyflakes#367 in py38 target
Browse files Browse the repository at this point in the history
  • Loading branch information
ssato committed Mar 6, 2020
1 parent ee42e91 commit 580d158
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ setenv =
PATH = $PATH:{toxworkdir}/bin
PYTHONPATH = {toxinidir}/src

[testenv:py38]
# Add workaround to avoid https://github.com/PyCQA/pyflakes/issues/367
commands =
pylint --disable=locally-disabled,invalid-name rules tests
python -m nose -v --with-doctest --all-modules --where rules tests

# wip: (pip cannot process projects w/o setup.py, pep518, ...)
# [testenv:py37-ansiblelint-HEAD]
# deps =
Expand Down

0 comments on commit 580d158

Please sign in to comment.