1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-22 22:38:08 +00:00

Merge pull request #41 from romanz/travis

Improve Travis CI usage
This commit is contained in:
Pavol Rusnak 2015-07-31 11:04:49 +02:00
commit bfa812441d

View File

@ -1,9 +1,18 @@
sudo: false
language: c language: c
addons:
apt:
packages:
- check
- libssl-dev
- python-pip
install: install:
- sudo apt-get install check - pip install --user pytest ecdsa
script: script:
- make tests - make
- ./tests - ./tests
- ./test-openssl 1000
- ITERS=10 py.test