Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Missing "mypy" in tox envlist #12

Open
liborjelinek opened this issue Apr 29, 2021 · 1 comment
Open

Missing "mypy" in tox envlist #12

liborjelinek opened this issue Apr 29, 2021 · 1 comment

Comments

@liborjelinek
Copy link

I'm not too much skilled in tox but it looks that the "envlist" under "[tox]" section misses the mypy environment. Without it it is never tested.

envlist = py{34,35,36,py},style

If you confirm it, I can save some of your time and fix it in simple PR.

@stephenfin
Copy link
Member

stephenfin commented Apr 29, 2021

Yes and no. The envlist lists the environments that run by default. You can still run the mypy environment manually using tox -e mypy. We could add this to the default environments, and I'll accept a PR that adds it, but it's not truly necessary

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants