Skip to content

Commit 58c9a43

Browse files
committed
fix nightly build. Assume it's python 3 for now.
1 parent 1568bbf commit 58c9a43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ before_install:
5353
- echo $TRAVIS_PYTHON_VERSION
5454
- if [[ $TRAVIS_PYTHON_VERSION == "2."* ]]; then ./configure --prefix=$VIRTUAL_ENV --with-python; fi
5555
- if [[ $TRAVIS_PYTHON_VERSION == "3."* ]]; then ./configure --prefix=$VIRTUAL_ENV --with-python3; fi
56+
- if [[ $TRAVIS_PYTHON_VERSION == "nightly" ]]; then ./configure --prefix=$VIRTUAL_ENV --with-python3; fi
5657
- make && make install
5758

5859
- PATH=$VIRTUAL_ENV/bin:$PATH

0 commit comments

Comments
 (0)