summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2019-09-18 19:50:34 +0200
committerStefan Behnel <stefan_ml@behnel.de>2019-09-18 19:50:34 +0200
commite3981eb2ec05287626d36ce4c6648dc9465e153e (patch)
tree4da926850911ab35b7084d7a98b93ba44bcafe52
parent4676308e52808a75d8e08edf9ea7bf09b45c080c (diff)
downloadpython-lxml-e3981eb2ec05287626d36ce4c6648dc9465e153e.tar.gz
Test minimum library requirements in travis with Py3.7 instead of Py3.6.
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 73a5ee36..8f2d7510 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -44,7 +44,8 @@ matrix:
- python: 3.8-dev
dist: xenial # Required for Python >= 3.7
env: STATIC_DEPS=true
- - python: 3.6
+ - python: 3.7
+ dist: xenial # Required for Python >= 3.7
env:
- STATIC_DEPS=true
- LIBXML2_VERSION=2.9.2 # minimum version requirements