Fix alignment
This commit is contained in:
parent
5d0ee17efc
commit
3f9c8cdc81
14
.travis.yml
14
.travis.yml
@ -6,7 +6,7 @@ python:
|
|||||||
- "3.6"
|
- "3.6"
|
||||||
sudo: required
|
sudo: required
|
||||||
services:
|
services:
|
||||||
- docker
|
- docker
|
||||||
dist: trusty
|
dist: trusty
|
||||||
before_install:
|
before_install:
|
||||||
- "pip install --upgrade setuptools"
|
- "pip install --upgrade setuptools"
|
||||||
@ -18,19 +18,19 @@ script:
|
|||||||
- find . -iname "*.py" | xargs pylint --rcfile .pylintrc
|
- find . -iname "*.py" | xargs pylint --rcfile .pylintrc
|
||||||
- python3 -m pytest ./tests/test_*.py --cov buku -vv
|
- python3 -m pytest ./tests/test_*.py --cov buku -vv
|
||||||
before_deploy:
|
before_deploy:
|
||||||
- sudo apt-get update -qy
|
- sudo apt-get update -qy
|
||||||
- sudo apt-get install -qy python3 python3-pip
|
- sudo apt-get install -qy python3 python3-pip
|
||||||
- python3 -m pip install packagecore
|
- python3 -m pip install packagecore
|
||||||
- packagecore -o dist/ "${TRAVIS_TAG#v}"
|
- packagecore -o dist/ "${TRAVIS_TAG#v}"
|
||||||
deploy:
|
deploy:
|
||||||
provider: releases
|
provider: releases
|
||||||
api_key:
|
api_key:
|
||||||
secure: Zf+3StERDV9B0knxNj9UdiMv9kmrE9d80a27/e7IioZv6CUvCqbIpgzN5bD3yoTlJsHq3hY6BHF8OQpkH0B0pj3xwcxgcicwDdpGA9o43aIA+zqNSb6w1VHm784KZ+Z+z1NcVNEzCyIONXEIV0KRe73NUU/7Re6heA46lPDIMFF0EL8Fjv5tPb5VLq3z0jvA8mNlXfqiwtiWT/Zz7y6PvbKQZ5nSebK0WVBdGhuaQLj9EKNwdnxkgH3gsA1gAtiuaQdgDUxF69Xf5VY6hZPhdK5LSLl/5HDpandX9nLu5j3ZuSHn1pJWgdKw72aeWYSpKtgnBQ/uS5JLamqK31kHXfRVebp0uB2I1RBiLYhb5T0MO8BnFc6O+/f2qS7nQHGKZ9M+Mo+I+ceharLmCt7KfDA1yBP+AnwjsHYe1zgnGZfwSm+/ny1R1NoVmuyXPHkEDviOsT5JLSfLvuzCUstY4gsAYyXKHLDbHfMLxXQRRfK1RoJzR4taMntmsWsl2fIshzKujeck1o4wRu/FQIlq2ANYQVNrrcDSO+C5lZkSA8iivg7lIXk/n9Lxk7QcJkvrZkzOg0y9EKAejY87vejpessG1t2OD7GwUqWZMBBlPJXnbfTiUzTJqC+b8brwnAhu/QI8jMUvxWkTMO7XOiyZBpQljv2U9MwFNH8Ge4fwIag=
|
secure: Zf+3StERDV9B0knxNj9UdiMv9kmrE9d80a27/e7IioZv6CUvCqbIpgzN5bD3yoTlJsHq3hY6BHF8OQpkH0B0pj3xwcxgcicwDdpGA9o43aIA+zqNSb6w1VHm784KZ+Z+z1NcVNEzCyIONXEIV0KRe73NUU/7Re6heA46lPDIMFF0EL8Fjv5tPb5VLq3z0jvA8mNlXfqiwtiWT/Zz7y6PvbKQZ5nSebK0WVBdGhuaQLj9EKNwdnxkgH3gsA1gAtiuaQdgDUxF69Xf5VY6hZPhdK5LSLl/5HDpandX9nLu5j3ZuSHn1pJWgdKw72aeWYSpKtgnBQ/uS5JLamqK31kHXfRVebp0uB2I1RBiLYhb5T0MO8BnFc6O+/f2qS7nQHGKZ9M+Mo+I+ceharLmCt7KfDA1yBP+AnwjsHYe1zgnGZfwSm+/ny1R1NoVmuyXPHkEDviOsT5JLSfLvuzCUstY4gsAYyXKHLDbHfMLxXQRRfK1RoJzR4taMntmsWsl2fIshzKujeck1o4wRu/FQIlq2ANYQVNrrcDSO+C5lZkSA8iivg7lIXk/n9Lxk7QcJkvrZkzOg0y9EKAejY87vejpessG1t2OD7GwUqWZMBBlPJXnbfTiUzTJqC+b8brwnAhu/QI8jMUvxWkTMO7XOiyZBpQljv2U9MwFNH8Ge4fwIag=
|
||||||
file_glob: true
|
file_glob: true
|
||||||
file:
|
file:
|
||||||
- dist/*
|
- dist/*
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
on:
|
on:
|
||||||
tags: true
|
tags: true
|
||||||
repo: jarun/Buku
|
repo: jarun/Buku
|
||||||
python: "3.6"
|
python: "3.6"
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
name: buku
|
name: buku
|
||||||
metadata:
|
metadata:
|
||||||
maintainer: Arun Prakash Jana <engineerarun@gmail.com>
|
maintainer: Arun Prakash Jana <engineerarun@gmail.com>
|
||||||
license: GPLv3
|
license: GPLv3
|
||||||
summary: A highly delicious bookmark manager. Your mini web!
|
summary: A highly delicious bookmark manager. Your mini web!
|
||||||
homepage: https://github.com/jarun/Buku/
|
homepage: https://github.com/jarun/Buku/
|
||||||
commands:
|
commands:
|
||||||
@ -11,7 +11,7 @@ packages:
|
|||||||
archlinux:
|
archlinux:
|
||||||
builddeps:
|
builddeps:
|
||||||
- make
|
- make
|
||||||
deps:
|
deps:
|
||||||
- python-urllib3
|
- python-urllib3
|
||||||
- python-requests
|
- python-requests
|
||||||
- python-cryptography
|
- python-cryptography
|
||||||
@ -21,21 +21,21 @@ packages:
|
|||||||
builddeps:
|
builddeps:
|
||||||
- make
|
- make
|
||||||
deps:
|
deps:
|
||||||
- python3-beautifulsoup4
|
- python3-beautifulsoup4
|
||||||
- python3-cryptography
|
- python3-cryptography
|
||||||
- python3-requests
|
- python3-requests
|
||||||
- python3-urllib3
|
- python3-urllib3
|
||||||
- python3
|
- python3
|
||||||
# centos no beautifulsoup4
|
# centos no beautifulsoup4
|
||||||
# centos7.3:
|
# centos7.3:
|
||||||
# builddeps:
|
# builddeps:
|
||||||
# - make
|
# - make
|
||||||
# deps:
|
# deps:
|
||||||
# - python-beautifulsoup4
|
# - python-beautifulsoup4
|
||||||
# - python-cryptography
|
# - python-cryptography
|
||||||
# - python-requests
|
# - python-requests
|
||||||
# - python-urllib3
|
# - python-urllib3
|
||||||
# - python
|
# - python
|
||||||
# commands:
|
# commands:
|
||||||
# pre:
|
# pre:
|
||||||
# - yum install epel-release
|
# - yum install epel-release
|
||||||
@ -43,26 +43,26 @@ packages:
|
|||||||
builddeps:
|
builddeps:
|
||||||
- make
|
- make
|
||||||
deps:
|
deps:
|
||||||
- python3-urllib3
|
- python3-urllib3
|
||||||
- python3-requests
|
- python3-requests
|
||||||
- python3-cryptography
|
- python3-cryptography
|
||||||
- python3-bs4
|
- python3-bs4
|
||||||
- python3
|
- python3
|
||||||
ubuntu17.10:
|
ubuntu17.10:
|
||||||
builddeps:
|
builddeps:
|
||||||
- make
|
- make
|
||||||
deps:
|
deps:
|
||||||
- python3-urllib3
|
- python3-urllib3
|
||||||
- python3-requests
|
- python3-requests
|
||||||
- python3-cryptography
|
- python3-cryptography
|
||||||
- python3-bs4
|
- python3-bs4
|
||||||
- python3
|
- python3
|
||||||
debian9:
|
debian9:
|
||||||
builddeps:
|
builddeps:
|
||||||
- make
|
- make
|
||||||
deps:
|
deps:
|
||||||
- python3-urllib3
|
- python3-urllib3
|
||||||
- python3-requests
|
- python3-requests
|
||||||
- python3-cryptography
|
- python3-cryptography
|
||||||
- python3-bs4
|
- python3-bs4
|
||||||
- python3
|
- python3
|
||||||
|
Loading…
Reference in New Issue
Block a user