deb-python-steadymark/.travis.yml

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