summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2019-10-27 14:52:15 +0100
committerStefan Behnel <stefan_ml@behnel.de>2019-10-27 14:52:15 +0100
commit9bab0e1fef7bffcdcdb1ee0080718633dea7ada5 (patch)
treed0a5256de95c7a44add9f175c5f308e0ad4f5341 /appveyor.yml
parente42efe3b5fc2f3e0f86e7a0d15e485b440ca36f5 (diff)
downloadpython-lxml-9bab0e1fef7bffcdcdb1ee0080718633dea7ada5.tar.gz
Add final Py3.8 to travis and appveyor builds.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 234f392a..18358ae4 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -2,6 +2,8 @@ version: 1.0.{build}
environment:
matrix:
+ - python: 38
+ - python: 38-x64
- python: 37
- python: 37-x64
- python: 27