Fix alignment

This commit is contained in:
Arun Prakash Jana 2017-08-17 22:13:03 +05:30
parent 5d0ee17efc
commit 3f9c8cdc81
No known key found for this signature in database
GPG Key ID: A75979F35C080412
2 changed files with 34 additions and 34 deletions

View File

@ -6,7 +6,7 @@ python:
- "3.6"
sudo: required
services:
- docker
- docker
dist: trusty
before_install:
- "pip install --upgrade setuptools"
@ -18,10 +18,10 @@ script:
- find . -iname "*.py" | xargs pylint --rcfile .pylintrc
- python3 -m pytest ./tests/test_*.py --cov buku -vv
before_deploy:
- sudo apt-get update -qy
- sudo apt-get install -qy python3 python3-pip
- python3 -m pip install packagecore
- packagecore -o dist/ "${TRAVIS_TAG#v}"
- sudo apt-get update -qy
- sudo apt-get install -qy python3 python3-pip
- python3 -m pip install packagecore
- packagecore -o dist/ "${TRAVIS_TAG#v}"
deploy:
provider: releases
api_key: