pytest-dev / pytest-timeout

MIT License
216 stars 64 forks source link

CI does not run py37 tox env #49

Closed flub closed 4 years ago

flub commented 4 years ago

There are 2 tox envs using python3.7: py37 and linting. It seems only the linting one runs on CI, probably because it's the last one in the config. Ideally we'd fix CI to also run the py37 tox env.

graingert commented 4 years ago

This was fixed by pr #50