You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dda-python-terraform/tox.ini

14 lines
202 B
INI

# content of: tox.ini , put in same dir as setup.py
[tox]
envlist = py36, py37, py38, py39
[testenv]
deps=pytest
commands=py.test test
[travis]
python =
3.6: py36
3.7: py37
3.8: py38
3.9: py39