Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Would it be possible/useful to add tox to test on multiple Python versions? #1

Open
cclauss opened this issue Feb 14, 2019 · 2 comments

Comments

@cclauss
Copy link
Owner

cclauss commented Feb 14, 2019

https://tox.readthedocs.io

[tox]
envlist = py27,py35,py36,py37

[testenv]
# install pytest in the virtualenv where commands will be executed
deps = pytest
commands =
    # NOTE: you can run any command line tool here - not just tests
    pytest

@RonnyPfannschmidt Your thoughts?

@RonnyPfannschmidt
Copy link

thats just a example tox configuration - projects typically have own tox configurations

@RonnyPfannschmidt
Copy link

to elaborate, this would be most/more useful i each tox env that is intended to be used was mapped to a own potentially parallel action- its not clear to me if/how github actions can provide that automatically

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

No branches or pull requests

2 participants