Skip to content

Commit 817eb5a

Browse files
committed
Unify configuration testing and the travis command
1 parent de9f9dd commit 817eb5a

File tree

102 files changed

+222
-273
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+222
-273
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ script:
1919
- |
2020
find -name "*.s" | tee BUILD/badasm | sed -e "s/^/Bad Assembler file name found: /" && [ ! -s BUILD/badasm ]
2121
- make -C events/equeue test clean
22-
- PYTHONPATH=. coverage run -m pytest tools/test/config_test/config_test.py tools/test/toolchains/api.py tools/test/memap/memap_test.py
23-
- PYTHONPATH=. coverage run tools/test/build_api/build_api_test.py
24-
- PYTHONPATH=. coverage run tools/test/targets/target_test.py
22+
- PYTHONPATH=. coverage run -m pytest tools/test
2523
- coverage run tools/test/pylint.py
2624
- coverage run tools/project.py -S
2725
- coverage run tools/build_travis.py

0 commit comments

Comments
 (0)