Mercurial > p > roundup > code
diff .travis.yml @ 6272:18c7bddd93fe
travis still only has a 3.9-dev env. nighty is 3.10 but build is failing looks like configure not running so try to figure out what TRAVIS_PYHTON_VERSION is.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Fri, 16 Oct 2020 18:03:53 -0400 |
| parents | 35b65e3f337b |
| children | d0a75dc269e5 |
line wrap: on
line diff
--- a/.travis.yml Fri Oct 16 17:19:43 2020 -0400 +++ b/.travis.yml Fri Oct 16 18:03:53 2020 -0400 @@ -10,7 +10,7 @@ - 3.6 - 3.7 - 3.8 - - 3.9 + - 3.9-dev - nightly #I would like to build and test the maint-1.6 and trunk/default @@ -50,6 +50,7 @@ - curl -s -O https://oligarchy.co.uk/xapian/$XAPIAN_VER/xapian-bindings-$XAPIAN_VER.tar.xz - tar -Jxvf xapian-bindings-$XAPIAN_VER.tar.xz - cd xapian-bindings-$XAPIAN_VER/ + - echo $TRAVIS_PYTHON_VERSION - if [[ $TRAVIS_PYTHON_VERSION == "2."* ]]; then ./configure --prefix=$VIRTUAL_ENV --with-python; fi - if [[ $TRAVIS_PYTHON_VERSION == "3."* ]]; then ./configure --prefix=$VIRTUAL_ENV --with-python3; fi - make && make install
