dda-python-terraform/tox.ini

14 lines
202 B
INI
Raw Normal View History

# content of: tox.ini , put in same dir as setup.py
[tox]
2020-10-19 22:24:47 +00:00
envlist = py36, py37, py38, py39
[testenv]
deps=pytest
commands=py.test test
[travis]
python =
2020-10-19 22:24:47 +00:00
3.6: py36
3.7: py37
3.8: py38
3.9: py39