Skip to content

Commit 4a8f88e

Browse files
committed
tests: Non-device tests do not need emulators compiled
1 parent 9b31a96 commit 4a8f88e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ jobs:
6969
script: mypy hwilib/base58.py
7070
- name: Run non-device tests only
7171
stage: test
72+
install:
73+
- pip install poetry
74+
- poetry install
7275
script: cd test; poetry run ./run_tests.py
7376
- name: With process_commands interface
7477
stage: test

0 commit comments

Comments
 (0)