2014-08-19 16:58:29 +00:00
|
|
|
language: python
|
2018-11-26 21:46:30 +00:00
|
|
|
dist: xenial
|
2014-08-19 16:58:29 +00:00
|
|
|
python:
|
2016-01-27 23:26:00 +00:00
|
|
|
- 3.5
|
2018-08-08 19:55:38 +00:00
|
|
|
- 3.6
|
2018-11-26 21:46:30 +00:00
|
|
|
- 3.7
|
2014-08-19 16:58:29 +00:00
|
|
|
install:
|
2018-11-27 00:30:55 +00:00
|
|
|
- pip install -r requires/development.txt codecov
|
2018-01-03 18:19:28 +00:00
|
|
|
script:
|
|
|
|
- nosetests --with-coverage
|
2018-11-27 00:30:55 +00:00
|
|
|
- python setup.py build_sphinx
|
2018-11-27 00:31:40 +00:00
|
|
|
- flake8
|
2016-01-27 23:26:00 +00:00
|
|
|
after_success:
|
|
|
|
- codecov
|
2015-07-23 11:41:20 +00:00
|
|
|
sudo: false
|
2015-07-22 18:17:29 +00:00
|
|
|
deploy:
|
|
|
|
distributions: sdist bdist_wheel
|
|
|
|
provider: pypi
|
|
|
|
user: sprockets
|
|
|
|
password:
|
|
|
|
secure: ARvFw5CHqQZqPOkJXxQSe7EAEbX1yt7FiBTtzz8Gd6XndbY10HVCSWhGYeldm9LevvQc9p77pBEvsl+bXGQbJ3NW/r/U5PADaFdmi4bxmXN8yc+dFKzn72MpZfL+kCV2T/HutuOY6dQa4okTkKVV+sqwPLKPhL69zH/PxQg8qe4=
|
|
|
|
on:
|
2018-11-26 21:46:30 +00:00
|
|
|
python: 3.7
|
2015-07-22 18:17:29 +00:00
|
|
|
tags: true
|
|
|
|
all_branches: true
|