Skip to content

Commit 12c7f26

Browse files
committed
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
1 parent 3fc55d1 commit 12c7f26

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.travis.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ dist: focal
2020

2121
# - pypy3
2222
python:
23-
- 2.7
24-
- 3.10.4
23+
# - 2.7
24+
# - 3.10.4
2525
# - 3.9
2626
# - 3.8
27-
- 3.6
27+
# - 3.6
2828
- 3.11-dev
29-
# - nightly
29+
- nightly
3030

3131
services:
3232
- mysql
@@ -58,7 +58,7 @@ before_install:
5858
- if [[ $TRAVIS_PYTHON_VERSION == "2."* ]]; then pip install sphinx==1.8.5; fi
5959
- if [[ $TRAVIS_PYTHON_VERSION == '3.'* ]] ; then pip install sphinx; fi
6060
- if [[ $TRAVIS_PYTHON_VERSION == "nightly" ]]; then pip install sphinx; fi
61-
- XAPIAN_VER=$(dpkg -l libxapian-dev | tail -n 1 | awk '{print $3}' | cut -d '-' -f 1)
61+
- XAPIAN_VER=$(dpkg -l libxapian-dev | tail -n 1 | awk '{print $3}' | cut -d '-' -f 1); echo $XAPIAN_VER
6262
- cd /tmp
6363
- curl -s -O https://oligarchy.co.uk/xapian/$XAPIAN_VER/xapian-bindings-$XAPIAN_VER.tar.xz
6464
- tar -Jxvf xapian-bindings-$XAPIAN_VER.tar.xz
@@ -68,7 +68,6 @@ before_install:
6868
- if [[ $TRAVIS_PYTHON_VERSION == "3."* ]]; then ./configure --prefix=$VIRTUAL_ENV --with-python3; fi
6969
- if [[ $TRAVIS_PYTHON_VERSION == "nightly" ]]; then ./configure --prefix=$VIRTUAL_ENV --with-python3; fi
7070
- if [[ $TRAVIS_PYTHON_VERSION == "pypy3" ]]; then ./configure --prefix=$VIRTUAL_ENV --with-python3; fi
71-
- if [[ $TRAVIS_PYTHON_VERSION != "3.11-dev" ]]; then make && make install; fi
7271

7372
- PATH=$VIRTUAL_ENV/bin:$PATH
7473

0 commit comments

Comments
 (0)