From 9d60056e0aa579c14a5d2e5e3b1f5b446bb588f8 Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Tue, 3 Mar 2020 10:22:08 -0800 Subject: [PATCH] update travis --- .travis.yml | 9 ++++----- requirements-deb10.txt | 2 ++ 2 files changed, 6 insertions(+), 5 deletions(-) create mode 100644 requirements-deb10.txt diff --git a/.travis.yml b/.travis.yml index 58fcdd5..0acd512 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,4 @@ -sudo: false -dist: trusty +dist: xenial language: python compiler: - gcc @@ -13,7 +12,7 @@ install: - pip install -r requirements-${PROF}.txt - ./build-deps.sh 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 matrix: include: @@ -25,8 +24,8 @@ matrix: env: BRBASE=7.0 PROF=deb9 TEST=YES - python: "3.6" env: BRBASE=7.0 PROF=deb9 TEST=YES - - python: "2.7" - env: BRBASE=3.16 PROF=deb8 TEST=YES + - python: "3.7" + env: BRBASE=7.0 PROF=deb10 TEST=YES - python: "2.7" env: BRBASE=3.15 PROF=deb8 TEST=YES - python: "2.7" diff --git a/requirements-deb10.txt b/requirements-deb10.txt new file mode 100644 index 0000000..382bf56 --- /dev/null +++ b/requirements-deb10.txt @@ -0,0 +1,2 @@ +numpy==1.16.2 +nose==1.3.7