deb-python-crank/.travis.yml

21 lines
323 B
YAML

language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "nightly"
install:
- "pip install coverage"
- "pip install nose"
- "pip install coveralls"
- "pip install -e .[testing]"
script: "nosetests -v --with-coverage --cover-package=crank --cover-erase"
after_success:
coveralls