We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d905a2 commit 860ba3aCopy full SHA for 860ba3a
.travis.yml
@@ -3,6 +3,7 @@ python:
3
4
script:
5
- PYTHONPATH=. python tools/test/config_test/config_test.py
6
+ - PYTHONPATH=. python tools/test/build_api/build_api_test.py
7
- python tools/test/pylint.py
8
- py.test tools/test/toolchains/api.py
9
- python tools/test/memap/memap_test.py
@@ -21,3 +22,4 @@ install:
21
22
- sudo pip install pytest
23
- sudo pip install pylint
24
- sudo pip install hypothesis
25
+ - sudo pip install mock
0 commit comments