1
0
mirror of https://gitlab.com/libvirt/libvirt-python.git synced 2025-08-01 00:21:59 +03:00

Add tox.ini to run tests on Python 2.6, 2.7 & 3.4

This commit is contained in:
Victor Stinner
2015-04-22 15:07:00 +02:00
committed by Daniel P. Berrange
parent 4e7a8bd3b3
commit b98b3f6bf3
3 changed files with 12 additions and 0 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@ MANIFEST
*.#*#
*.pyc
tags
.tox

View File

@ -32,5 +32,6 @@ include MANIFEST
include README
include sanitytest.py
include setup.py
include tox.ini
include typewrappers.c
include typewrappers.h

10
tox.ini Normal file
View File

@ -0,0 +1,10 @@
[tox]
envlist = py26,py27,py34
[testenv]
deps=
lxml
nose
commands=
python sanitytest.py
nosetests