From 1abc7925161b731b8e1eb27b516652260cc1c13c Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Sun, 4 Nov 2018 13:10:08 -0800 Subject: [PATCH] travis-ci update --- .travis.yml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3bd1034..d32fd56 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,16 +14,19 @@ install: - ./build-deps.sh script: - make PYTHON=`which python` -j2 + - if [ "$TEST" = "YES" ]; then make PYTHON=`which python` -j2 nose; fi matrix: include: - python: "2.7" - env: BRBASE=3.16 PROF=deb8 - - python: "2.7" - env: BRBASE=3.16 PROF=deb8 CMPLR=clang + env: BRBASE=7.0 PROF=deb8 TEST=YES - python: "3.4" - env: BRBASE=3.16 PROF=deb8 + env: BRBASE=7.0 PROF=deb8 TEST=YES + - python: "3.5" + env: BRBASE=7.0 PROF=deb9 TEST=YES - python: "3.6" - env: BRBASE=3.16 PROF=deb9 + env: BRBASE=7.0 PROF=deb9 TEST=YES + - python: "2.7" + env: BRBASE=3.16 PROF=deb8 - python: "2.7" env: BRBASE=3.15 PROF=deb8 - python: "2.7"