summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 0866cb6129d040d5e0862b680fad5b90cf4feba7 (plain)
1
2
3
4
5
6
7
8
[tox]
envlist = py37,py38
[testenv]
changedir = tests
deps = mock
       future
       pytest
commands = pytest