summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--appveyor.yml10
1 files changed, 9 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index f31de05c..04c442e9 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -6,8 +6,16 @@ init:
build: off
+environment:
+ matrix:
+ - TOXENV: "isort-check"
+ - TOXENV: "py34-coverage"
+ - TOXENV: "py35-coverage"
+ - TOXENV: "py36-coverage"
+ - TOXENV: "py37-coverage"
+
install:
- pip install tox
test_script:
- - tox -e isort-check,py34,py35,py36,py37
+ - tox