Codebase list intelhex / 8e7388a2-f27c-48e8-917f-4b1839475dc1/main tox.ini
8e7388a2-f27c-48e8-917f-4b1839475dc1/main

Tree @8e7388a2-f27c-48e8-917f-4b1839475dc1/main (Download .tar.gz)

tox.ini @8e7388a2-f27c-48e8-917f-4b1839475dc1/mainraw · history · blame

# tox (https://tox.readthedocs.io/) is a tool for running tests
# in multiple virtualenvs. This configuration file will run the
# test suite on all supported python versions. To use it, "pip install tox"
# and then run "tox" from this directory.

[tox]
envlist = py35, py36, py37, py38, py39, pypy2.7, pypy3.5, pypy3.6
skip_missing_interpreters = True
tox_pyenv_fallback = False

[testenv]
deps =
    setuptools >= 45

commands =
    python setup.py test