summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Collapse)AuthorAgeFilesLines
* setup: use pytest instead of nose to run the test suiteJán Tomko2021-04-071-2/+2
| | | | | | | | | | | | The software we use for running tests - nose - has been deprecated in favor of nose2. We don't use anything nose-specific, just unittest.TestCase, which pytest can handle just fine. Switch to using pytest, which we already use for libvirt-dbus. Signed-off-by: Ján Tomko <jtomko@redhat.com>
* tox: Test with Python 3.6, 3.7 and 3.8Radostin Stoyanov2020-03-301-1/+1
| | | | | | | 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>
* Add tox.ini to run tests on Python 2.6, 2.7 & 3.4Victor Stinner2015-04-221-0/+10