changeset 6707:66f26bb529b0

re-enable nightly (now using python 3.12) try to get more xpapian build info. also disable other currently working while trying to debug nightly and 3.11-dev
author John Rouillard <rouilj@ieee.org>
date Tue, 21 Jun 2022 20:38:35 -0400
parents 99f87b1aefe8
children 20ee850517b8
files .travis.yml
diffstat 1 files changed, 5 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/.travis.yml	Wed Jun 15 21:44:21 2022 -0400
+++ b/.travis.yml	Tue Jun 21 20:38:35 2022 -0400
@@ -20,13 +20,13 @@
 
 #  - pypy3
 python:
-  - 2.7
-  - 3.10.4
+#  - 2.7
+#  - 3.10.4
 #  - 3.9
 #  - 3.8
-  - 3.6
+#  - 3.6
   - 3.11-dev
-#  - nightly
+  - nightly
 
 services:
   - mysql
@@ -58,7 +58,7 @@
   - if [[ $TRAVIS_PYTHON_VERSION == "2."* ]]; then pip install sphinx==1.8.5; fi
   - if [[ $TRAVIS_PYTHON_VERSION == '3.'* ]] ; then pip install sphinx; fi
   - if [[ $TRAVIS_PYTHON_VERSION == "nightly" ]]; then pip install sphinx; fi
-  - XAPIAN_VER=$(dpkg -l libxapian-dev | tail -n 1 | awk '{print $3}' | cut -d '-' -f 1)
+  - XAPIAN_VER=$(dpkg -l libxapian-dev | tail -n 1 | awk '{print $3}' | cut -d '-' -f 1); echo $XAPIAN_VER
   - cd /tmp
   - curl -s -O https://oligarchy.co.uk/xapian/$XAPIAN_VER/xapian-bindings-$XAPIAN_VER.tar.xz
   - tar -Jxvf xapian-bindings-$XAPIAN_VER.tar.xz
@@ -68,7 +68,6 @@
   - if [[ $TRAVIS_PYTHON_VERSION == "3."* ]]; then ./configure --prefix=$VIRTUAL_ENV --with-python3; fi
   - if [[ $TRAVIS_PYTHON_VERSION == "nightly" ]]; then ./configure --prefix=$VIRTUAL_ENV --with-python3; fi
   - if [[ $TRAVIS_PYTHON_VERSION == "pypy3" ]]; then ./configure --prefix=$VIRTUAL_ENV --with-python3; fi
-  - if [[ $TRAVIS_PYTHON_VERSION != "3.11-dev" ]]; then make && make install; fi
 
   - PATH=$VIRTUAL_ENV/bin:$PATH
 

Roundup Issue Tracker: http://roundup-tracker.org/