summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2019-10-27 18:51:43 +0100
committerStefan Behnel <stefan_ml@behnel.de>2019-10-27 18:51:43 +0100
commit632e44da3cfa3b0be5b2760bd4a95936df173e4d (patch)
tree335714be3a1f916347af7933e5330e01f4f9fb65
parent355663d282446785979c2cb19dd3a3d61c36956e (diff)
downloadpython-lxml-632e44da3cfa3b0be5b2760bd4a95936df173e4d.tar.gz
Try to avoid redundant recompilation in appveyor by building the wheel first and then running the tests.
-rw-r--r--appveyor.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 40b91697..7f135695 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -27,10 +27,9 @@ install:
build: off
build_script:
- - python -u setup.py clean
+ - python -u setup.py bdist_wheel --static-deps
- python -u setup.py build_ext --inplace --static-deps
- python -u test.py -vv -p
- - python -u setup.py bdist_wheel --static-deps
test: off
test_script: