mirror of
https://gitlab.com/libvirt/libvirt-python.git
synced 2025-12-03 16:23:46 +03:00
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>
11 lines
115 B
INI
11 lines
115 B
INI
[tox]
|
|
envlist = py36,py37,py38
|
|
|
|
[testenv]
|
|
deps=
|
|
lxml
|
|
nose
|
|
commands=
|
|
python sanitytest.py
|
|
nosetests
|