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

[testenv]
deps=
    lxml
    nose
commands=
    python sanitytest.py
    nosetests