ogn-python/.travis.yml

14 wiersze
160 B
YAML
Czysty Zwykły widok Historia

2015-10-24 21:13:21 +00:00
language: python
python:
- 3.4
2015-11-29 20:39:13 +00:00
before_script:
2016-01-05 23:28:08 +00:00
- flake8 tests ogn
2015-11-29 20:39:13 +00:00
2015-10-24 21:13:21 +00:00
script:
- nosetests --with-coverage --cover-package=ogn
after_success:
- coveralls