1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-22 14:28:07 +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
addons:
apt:
packages:
- check
- libssl-dev
- python-pip
install:
- sudo apt-get install check
- pip install --user pytest ecdsa
script:
- make tests
- make
- ./tests
- ./test-openssl 1000
- ITERS=10 py.test