travis: change tests order, comment test_examples for now (need to install the CPU toolchain to travis)

This commit is contained in:
Florent Kermarrec 2019-01-26 15:00:16 +01:00
parent 2d4b5ba775
commit 92df55f234
1 changed files with 5 additions and 4 deletions

View File

@ -3,12 +3,13 @@ dist: Xenial
python: "3.6" python: "3.6"
env: env:
- TEST: 'test.test_axi'
- TEST: 'test.test_bist'
- TEST: 'test.test_downconverter' - TEST: 'test.test_downconverter'
- TEST: 'test.test_ecc'
- TEST: 'test.test_examples'
- TEST: 'test.test_upconverter' - TEST: 'test.test_upconverter'
- TEST: 'test.test_bist'
- TEST: 'test.test_axi'
- TEST: 'test.test_ecc'
# - TEST: 'test.test_examples'
install: install:
- var1="$(pwd)" - var1="$(pwd)"