diff .travis.yml @ 6538:28fa3798ca3d

Fix some TRAVIS_PYTHON_VERSION staments to cover pypy3 version.
author John Rouillard <rouilj@ieee.org>
date Tue, 30 Nov 2021 00:21:55 -0500
parents 1ce082ea7f48
children 7c73992d8713
line wrap: on
line diff
--- a/.travis.yml	Mon Nov 29 23:46:44 2021 -0500
+++ b/.travis.yml	Tue Nov 30 00:21:55 2021 -0500
@@ -61,6 +61,7 @@
   - 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
+  - if [[ $TRAVIS_PYTHON_VERSION == "pypy3" ]]; then ./configure --prefix=$VIRTUAL_ENV --with-python3; fi
   - make && make install
 
   - PATH=$VIRTUAL_ENV/bin:$PATH

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