Skip to content

Commit

Permalink
Add travis
Browse files Browse the repository at this point in the history
  • Loading branch information
misery committed Nov 30, 2018
1 parent ea9fe78 commit a956ed8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
language: python

python:
- "2.7"

install:
- pip install -U pip wheel
- pip install -r requirements.txt
- pip install .

script:
- flake8 extended_bots/*.py
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
reviewbot-worker
flake8

0 comments on commit a956ed8

Please sign in to comment.