Added build_api tests to travis

pull/2859/head
Jimmy Brisson 2016-09-29 13:38:20 -05:00
parent 9d905a2914
commit 860ba3addb
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@ python:
script:
- PYTHONPATH=. python tools/test/config_test/config_test.py
- PYTHONPATH=. python tools/test/build_api/build_api_test.py
- python tools/test/pylint.py
- py.test tools/test/toolchains/api.py
- python tools/test/memap/memap_test.py
@ -21,3 +22,4 @@ install:
- sudo pip install pytest
- sudo pip install pylint
- sudo pip install hypothesis
- sudo pip install mock