ogn-python/.travis.yml

17 wiersze
216 B
YAML

language: python
python:
- 3.4
before_script:
- flake8 tests ogn
script:
- nosetests --with-coverage --cover-package=ogn
- pip install . --upgrade
- python -c 'import ogn'
after_success:
- coveralls