diff .travis.yml @ 6273:d0a75dc269e5

fix nightly build. Assume it's python 3 for now.
author John Rouillard <rouilj@ieee.org>
date Fri, 16 Oct 2020 18:50:29 -0400
parents 18c7bddd93fe
children e3edb0b44d94
line wrap: on
line diff
--- a/.travis.yml	Fri Oct 16 18:03:53 2020 -0400
+++ b/.travis.yml	Fri Oct 16 18:50:29 2020 -0400
@@ -53,6 +53,7 @@
   - 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
+  - if [[ $TRAVIS_PYTHON_VERSION == "nightly" ]]; then ./configure --prefix=$VIRTUAL_ENV --with-python3; fi
   - make && make install
 
   - PATH=$VIRTUAL_ENV/bin:$PATH

Roundup Issue Tracker: http://roundup-tracker.org/