mirror of
https://github.com/kemayo/leech
synced 2025-12-28 19:23:13 +01:00
Fix travis eclint call
This commit is contained in:
parent
7171d2c9ea
commit
6a782244fc
2 changed files with 3 additions and 3 deletions
|
|
@ -5,8 +5,8 @@ python:
|
|||
install:
|
||||
- pip install -r requirements.txt
|
||||
- pip install flake8
|
||||
- npm install eclint
|
||||
- npm install -g eclint
|
||||
|
||||
script:
|
||||
- flake8 .
|
||||
- eclint check .
|
||||
- eclint check *.py sites/*.py
|
||||
|
|
|
|||
2
leech.py
2
leech.py
|
|
@ -38,7 +38,7 @@ cover_template = '''<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|||
<body>
|
||||
<div class="cover">
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
width="100%" height="100%" viewBox="0 0 573 800" preserveAspectRatio="xMidYMid meet">
|
||||
width="100%" height="100%" viewBox="0 0 573 800" preserveAspectRatio="xMidYMid meet">
|
||||
<image width="600" height="800" xlink:href="images/cover.png" />
|
||||
</svg>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue