Fix build break

This commit is contained in:
Arun Prakash Jana 2018-11-12 18:58:16 +05:30
parent 32d7b57daa
commit aa37efdd70
No known key found for this signature in database
GPG Key ID: A75979F35C080412
2 changed files with 1 additions and 1 deletions

View File

@ -14,6 +14,7 @@ before_install:
install: "pip install -r requirements.txt"
script:
- python3 -m flake8
- echo buku | xargs pylint --rcfile tests/.pylintrc
- find . -iname "*.py" ! -path "./api/*" | xargs pylint --rcfile tests/.pylintrc
- python3 -m pytest ./tests/test_*.py --cov buku -vv --durations=0
before_deploy:

View File

@ -2,7 +2,6 @@
import re
import shutil
import sys
from setuptools import setup, find_packages