diff options
Diffstat (limited to 'appveyor.yml')
| -rw-r--r-- | appveyor.yml | 3 |
1 files changed, 2 insertions, 1 deletions
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" |
