summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Clauss <cclauss@me.com>2021-04-24 19:55:38 +0200
committerGitHub <noreply@github.com>2021-04-24 19:55:38 +0200
commitb3e3b1fcc6388e45c0d8bbba9dd6b32c547db362 (patch)
treec9a8546c3051141f6ac4177e010d8cf1f0f0aeb4
parentea954da3c87bd8f6874f6bf4203e2ef5269ea383 (diff)
downloadpython-lxml-b3e3b1fcc6388e45c0d8bbba9dd6b32c547db362.tar.gz
Add CPython nightly builds (currently Py3.10) to the travis build matrix (GH-315)
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 13ec41be..291c4037 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,6 +8,7 @@ cache:
- libs
python:
+ - nightly
- 3.9
- 2.7
- 3.8
@@ -61,6 +62,7 @@ matrix:
env: STATIC_DEPS=true
arch: ppc64le
allow_failures:
+ - python: nightly
- python: pypy
- python: pypy3
@@ -79,3 +81,5 @@ script:
- ccache -s || true
- CFLAGS="-O0 -g -fPIC" PYTHONUNBUFFERED=x make test
- ccache -s || true
+ - python setup.py install
+ - python -c "from lxml import etree"