Skip to content

Commit

Permalink
For type tox environment use self-check package instead of the test file
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborbernat committed Jun 12, 2018
1 parent d51ecd1 commit 8550ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -22,7 +22,7 @@ commands = python runtests.py lint {posargs}
[testenv:type]
description = type check ourselves
basepython = python3.6
commands = python runtests.py testselfcheck -p '-n0' -p '-v'
commands = python runtests.py self-check -p '-n0' -p '-v'

[testenv:docs]
description = invoke sphinx-build to build the HTML docs
Expand Down

0 comments on commit 8550ced

Please sign in to comment.