1
0
Fork 0
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:
David Lynch 2017-04-24 01:24:13 -05:00
parent 7171d2c9ea
commit 6a782244fc
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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>