mirror of
https://github.com/romanz/amodem.git
synced 2026-04-20 13:16:42 +08:00
travis: test without trezorlib
This commit is contained in:
17
.travis.yml
Normal file
17
.travis.yml
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
sudo: false
|
||||||
|
language: python
|
||||||
|
python:
|
||||||
|
- "2.7"
|
||||||
|
|
||||||
|
install:
|
||||||
|
- pip install ecdsa # test without trezorlib for now
|
||||||
|
- pip install pylint coverage pep8
|
||||||
|
|
||||||
|
script:
|
||||||
|
- pep8 trezor_agent
|
||||||
|
- pylint --report=no --rcfile .pylintrc trezor_agent
|
||||||
|
- coverage run --source trezor_agent/ -m py.test -v
|
||||||
|
|
||||||
|
after_success:
|
||||||
|
- coverage report
|
||||||
|
|
||||||
Reference in New Issue
Block a user