sprockets.http/.travis.yml

26 lines
563 B
YAML
Raw Normal View History

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
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
sudo: false
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
tags: true
all_branches: true