Skip to content

Commit 860ba3a

Browse files
committed
Added build_api tests to travis
1 parent 9d905a2 commit 860ba3a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ python:
33

44
script:
55
- PYTHONPATH=. python tools/test/config_test/config_test.py
6+
- PYTHONPATH=. python tools/test/build_api/build_api_test.py
67
- python tools/test/pylint.py
78
- py.test tools/test/toolchains/api.py
89
- python tools/test/memap/memap_test.py
@@ -21,3 +22,4 @@ install:
2122
- sudo pip install pytest
2223
- sudo pip install pylint
2324
- sudo pip install hypothesis
25+
- sudo pip install mock

0 commit comments

Comments
 (0)