On Wed, Apr 22, 2015 at 07:56:58AM -0600, Eric Blake wrote:
> On 04/22/2015 07:06 AM, Victor Stinner wrote:
> > 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).
> 
> Is it also worth hooking this into the Makefile, so that the existing
> 'make check' also runs tox?

The makefile already runs the tests - tox is just another way to invoke
the tests we already have.


Regards,
Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org       -o-       http://live.gnome.org/gtk-vnc :|

--
libvir-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to