From e676eb5256127a70e39be772c9bc44a82d3daf85 Mon Sep 17 00:00:00 2001 From: William Deegan Date: Mon, 25 Dec 2017 16:46:46 -0800 Subject: fix check for py27 --- .travis/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/install.sh b/.travis/install.sh index 1d1f7eb..57636a9 100755 --- a/.travis/install.sh +++ b/.travis/install.sh @@ -25,7 +25,7 @@ sudo cp -rf ldc2-1.4.0-linux-x86_64/* / ls -l /usr/lib/*python*{so,a}* # For now skip swig if py27 -if [[ "$PYVER" -eq "py27" ]]; then +if [[ "$PYVER" == 27 ]]; then # dependencies for swig tests wget https://github.com/swig/swig/archive/rel-3.0.12.tar.gz tar xzf rel-3.0.12.tar.gz -- cgit v0.12