Skip to content

Commit 1568bbf

Browse files
committed
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.
1 parent 854169a commit 1568bbf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ python:
1010
- 3.6
1111
- 3.7
1212
- 3.8
13-
- 3.9
13+
- 3.9-dev
1414
- nightly
1515

1616
#I would like to build and test the maint-1.6 and trunk/default
@@ -50,6 +50,7 @@ before_install:
5050
- curl -s -O https://oligarchy.co.uk/xapian/$XAPIAN_VER/xapian-bindings-$XAPIAN_VER.tar.xz
5151
- tar -Jxvf xapian-bindings-$XAPIAN_VER.tar.xz
5252
- cd xapian-bindings-$XAPIAN_VER/
53+
- echo $TRAVIS_PYTHON_VERSION
5354
- if [[ $TRAVIS_PYTHON_VERSION == "2."* ]]; then ./configure --prefix=$VIRTUAL_ENV --with-python; fi
5455
- if [[ $TRAVIS_PYTHON_VERSION == "3."* ]]; then ./configure --prefix=$VIRTUAL_ENV --with-python3; fi
5556
- make && make install

0 commit comments

Comments
 (0)