From 07abd732f9a9d40da8ae59a3dfd213bea4f39aff Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Fri, 14 Oct 2016 22:24:55 -0400 Subject: Install and invoke tox in appveyor --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index ebf446bf..299c35b7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -14,4 +14,5 @@ build: off test_script: - "python bootstrap.py" - - "python setup.py test --addopts='-rsx'" + - "python -m pip install tox" + - "tox" -- cgit v1.2.3