From 92df55f23476500f4fdf976564eb3c2a299eb564 Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Sat, 26 Jan 2019 15:00:16 +0100 Subject: [PATCH] travis: change tests order, comment test_examples for now (need to install the CPU toolchain to travis) --- .travis.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 075dbed..37b1584 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,12 +3,13 @@ dist: Xenial python: "3.6" env: - - TEST: 'test.test_axi' - - TEST: 'test.test_bist' - TEST: 'test.test_downconverter' - - TEST: 'test.test_ecc' - - TEST: 'test.test_examples' - TEST: 'test.test_upconverter' + - TEST: 'test.test_bist' + - TEST: 'test.test_axi' + - TEST: 'test.test_ecc' +# - TEST: 'test.test_examples' + install: - var1="$(pwd)"