File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ dist: focal
2020
2121# - pypy3
2222python :
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
3131services :
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
You can’t perform that action at this time.
0 commit comments