summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2019-10-12 12:11:55 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2019-10-12 12:11:55 -0700
commitf5dc4d41ff5845a63e5a9691f3903554b7673d35 (patch)
tree88c37c1b249b972c36006c676baeb83091d72a96
parent1e7dd2231e550389531cd9a965f986360f608de7 (diff)
downloadisort-f5dc4d41ff5845a63e5a9691f3903554b7673d35.tar.gz
Simplified windows testing
-rw-r--r--appveyor.yml11
1 files changed, 1 insertions, 10 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 38917efa..96c84f22 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -5,21 +5,12 @@ init:
build: off
-environment:
- matrix:
- - TOXENV: "isort-check"
- - TOXENV: "lint"
- - TOXENV: "mypy"
- - TOXENV: "py35-coverage"
- - TOXENV: "py36-coverage"
- - TOXENV: "py37-coverage"
-
install:
- pip3 install poetry
- poetry install
test_script:
- - pytest -s --cov=isort/ --cov=tests --cov-report=term-missing ${@} --cov-report html
+ - pytest -s --cov=isort/ --cov=test_isort.py --cov-report=term-missing ${@} --cov-report html
on_success:
# Add tox environment to PATH.