travis-ci update
This commit is contained in:
13
.travis.yml
13
.travis.yml
@ -14,16 +14,19 @@ install:
|
|||||||
- ./build-deps.sh
|
- ./build-deps.sh
|
||||||
script:
|
script:
|
||||||
- make PYTHON=`which python` -j2
|
- make PYTHON=`which python` -j2
|
||||||
|
- if [ "$TEST" = "YES" ]; then make PYTHON=`which python` -j2 nose; fi
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- python: "2.7"
|
- python: "2.7"
|
||||||
env: BRBASE=3.16 PROF=deb8
|
env: BRBASE=7.0 PROF=deb8 TEST=YES
|
||||||
- python: "2.7"
|
|
||||||
env: BRBASE=3.16 PROF=deb8 CMPLR=clang
|
|
||||||
- python: "3.4"
|
- 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"
|
- 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"
|
- python: "2.7"
|
||||||
env: BRBASE=3.15 PROF=deb8
|
env: BRBASE=3.15 PROF=deb8
|
||||||
- python: "2.7"
|
- python: "2.7"
|
||||||
|
Reference in New Issue
Block a user