travis: change tests order, comment test_examples for now (need to install the CPU toolchain to travis)
This commit is contained in:
parent
2d4b5ba775
commit
92df55f234
|
@ -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)"
|
||||||
|
|
Loading…
Reference in New Issue