[libvirt] [PATCH 0/2] Add tox.ini to run tests with tox

Victor Stinner victor.stinner at gmail.com
Wed Apr 22 13:06:58 UTC 2015


Tox is a convinient tool creating virtual environment to install
dependencies and run tests. To run all tests, just type "tox". To only
test a specific Python version, use "tox -e py34" (Python 3.4).

Victor Stinner (2):
  sanitytest.py parameters are now optional
  Add tox.ini to run tests on Python 2.6, 2.7 & 3.4

 .gitignore    |  1 +
 sanitytest.py | 23 ++++++++++++++++++-----
 tox.ini       | 10 ++++++++++
 3 files changed, 29 insertions(+), 5 deletions(-)
 create mode 100644 tox.ini

--
2.1.0




More information about the libvir-list mailing list