deb-python-pytimeparse/.travis.yml
2015-03-24 13:31:58 +01:00

14 lines
242 B
YAML

language: python
python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
# command to install dependencies
install: "pip install . coveralls"
# command to run tests
script:
coverage run --source=pytimeparse setup.py test
after_success:
coveralls