deb-python-steadymark/.travis.yml

13 lines
202 B
YAML

language: python
python:
- "2.6"
- "2.7"
- "3.3"
# command to install dependencies
install:
- pip install curdling
- curd install -r requirements.txt
# command to run tests
script: make test