summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 24c96c26816c1ff4101160c8f445a315a0c8d675 (plain)
1
2
3
4
5
6
7
8
9
10
[tox]
envlist = py36,py37,py38

[testenv]
deps=
    lxml
    pytest
commands=
    python sanitytest.py
    pytest