Skip to content
This repository was archived by the owner on Nov 5, 2022. It is now read-only.

Commit b15da65

Browse files
committed
travis-ci pep8 and pyflakes
1 parent 08173ba commit b15da65

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.travis.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
language: python
2+
python:
3+
- "2.7"
4+
- "3.5"
5+
install: "pip install -r requirements.txt"
6+
before_scripts:
7+
- pep8 --ignore=E501 *.py herolib
8+
- pyflakes *.py herolib

requirements.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
requests==2.5.3
1+
requests
22
beautifulsoup4
33
lxml
4+
pep8
5+
pyflakes

0 commit comments

Comments
 (0)