1
0
mirror of https://gitlab.com/libvirt/libvirt-python.git synced 2024-10-26 16:25:10 +03:00
libvirt-python/tox.ini
Radostin Stoyanov eed36f8935 tox: Test with Python 3.6, 3.7 and 3.8
Support for Python 2.X has been dropped with commit b22e4f2.

Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
2020-03-30 12:33:17 +02:00

11 lines
115 B
INI

[tox]
envlist = py36,py37,py38
[testenv]
deps=
lxml
nose
commands=
python sanitytest.py
nosetests