mirror of
https://github.com/sprockets/sprockets.http.git
synced 2024-11-14 03:00:22 +00:00
25 lines
563 B
YAML
25 lines
563 B
YAML
language: python
|
|
dist: xenial
|
|
python:
|
|
- 3.5
|
|
- 3.6
|
|
- 3.7
|
|
install:
|
|
- pip install -r requires/development.txt codecov
|
|
script:
|
|
- nosetests --with-coverage
|
|
- python setup.py build_sphinx
|
|
- flake8
|
|
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:
|
|
python: 3.7
|
|
tags: true
|
|
all_branches: true
|