Revert "travis: test with tox"

This reverts commit 3d8072522c.
nistp521
Roman Zeyde 8 years ago
parent 3d8072522c
commit 2009160ff2

@ -3,5 +3,16 @@ language: python
python:
- "2.7"
- "3.4"
install: pip install tox-travis
script: tox
install:
- pip install ecdsa ed25519 # test without trezorlib for now
- pip install pylint coverage pep8
script:
- pep8 trezor_agent
- pylint --reports=no --rcfile .pylintrc trezor_agent
- coverage run --source trezor_agent/ -m py.test -v
after_success:
- coverage report

Loading…
Cancel
Save