1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-12 10:58:59 +00:00
trezor-firmware/.travis.yml
2015-12-21 20:47:01 +01:00

24 lines
396 B
YAML

language: python
# Runs jobs on container based infrastructure
sudo: false
# Saves pip downloads/wheels between builds
cache:
directories:
- $HOME/.cache/pip
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
install:
# Optimisation: build requirements as wheels, which get cached by Travis
- pip install "pip>=7.0" wheel
script:
- python setup.py install