2016-07-25 18:48:08 +02:00
|
|
|
language: python
|
|
|
|
|
|
|
|
cache: pip
|
|
|
|
|
|
|
|
python:
|
2017-07-19 18:14:36 +02:00
|
|
|
- "3.6"
|
|
|
|
- "3.6-dev"
|
2016-07-25 18:48:08 +02:00
|
|
|
- "nightly"
|
|
|
|
|
|
|
|
install:
|
2017-07-25 16:19:34 +02:00
|
|
|
- pip install coveralls codecov jsonschema
|
2016-10-05 23:36:52 +02:00
|
|
|
- pip install -r website/REQUIREMENTS.txt
|
2016-07-25 18:48:08 +02:00
|
|
|
- pip install .
|
|
|
|
|
|
|
|
script:
|
2017-07-25 15:06:37 +02:00
|
|
|
- nosetests --with-coverage --cover-package=pytaxonomies -d
|
2016-07-25 18:48:08 +02:00
|
|
|
|
|
|
|
after_success:
|
|
|
|
- codecov
|
|
|
|
- coveralls
|