deb-python-steadymark/.travis.yml
Gabriel Falcão ca0826e43b fixing travis
2015-12-14 10:24:20 -02:00

17 lines
237 B
YAML

language: python
python:
- "2.7"
- "3.5"
matrix:
allow_failures:
- python: "3.5"
# command to install dependencies
install:
- pip install -U pip
- pip install -r requirements.txt
# command to run tests
script: make test