Skip to content

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

@cclauss

Description

@cclauss

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions