python-ogn-client/.travis.yml

18 wiersze
224 B
YAML

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