travis: use pip to install trezor-agent

nistp521
Roman Zeyde 8 years ago
parent efdb9fcfb5
commit e39d5025d5

@ -2,12 +2,22 @@ sudo: false
language: python language: python
python: python:
- "2.7" - "2.7"
- "3.4"
- "3.5" cache:
directories:
- $HOME/.cache/pip
addons:
apt:
packages:
- libudev-dev
- libusb-1.0-0-dev
before_install:
- pip install -U setuptools pylint coverage pep8 pydocstyle "pip>=7.0" wheel
install: install:
- pip install ecdsa ed25519 semver # test without trezorlib for now - pip install -e .
- pip install -U pylint coverage pep8 pydocstyle # use latest tools
script: script:
- pep8 trezor_agent - pep8 trezor_agent

Loading…
Cancel
Save