update travis

This commit is contained in:
Michael Davidsaver
2020-03-03 10:22:08 -08:00
parent b6add21fff
commit 9d60056e0a
2 changed files with 6 additions and 5 deletions

View File

@ -1,5 +1,4 @@
sudo: false dist: xenial
dist: trusty
language: python language: python
compiler: compiler:
- gcc - gcc
@ -13,7 +12,7 @@ install:
- pip install -r requirements-${PROF}.txt - pip install -r requirements-${PROF}.txt
- ./build-deps.sh - ./build-deps.sh
script: script:
- make PYTHON=`which python` -j2 - make PYTHON=`which python` -j2 CMD_CPPFLAGS="-Wall -Werror=implicit-function-declaration"
- if [ "$TEST" = "YES" ]; then make PYTHON=`which python` -j2 nose; fi - if [ "$TEST" = "YES" ]; then make PYTHON=`which python` -j2 nose; fi
matrix: matrix:
include: include:
@ -25,8 +24,8 @@ matrix:
env: BRBASE=7.0 PROF=deb9 TEST=YES env: BRBASE=7.0 PROF=deb9 TEST=YES
- python: "3.6" - python: "3.6"
env: BRBASE=7.0 PROF=deb9 TEST=YES env: BRBASE=7.0 PROF=deb9 TEST=YES
- python: "2.7" - python: "3.7"
env: BRBASE=3.16 PROF=deb8 TEST=YES env: BRBASE=7.0 PROF=deb10 TEST=YES
- python: "2.7" - python: "2.7"
env: BRBASE=3.15 PROF=deb8 TEST=YES env: BRBASE=3.15 PROF=deb8 TEST=YES
- python: "2.7" - python: "2.7"

2
requirements-deb10.txt Normal file
View File

@ -0,0 +1,2 @@
numpy==1.16.2
nose==1.3.7