Skip to content

Commit

Permalink
Add file for Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
flashcode committed Aug 13, 2016
1 parent 9d9710c commit 103736a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
language: python

python:
- "2.7"
- "3.4"

install:
- "pip install flake8"
- "pip install pylint"

script:
- flake8 gitchart.py
- pylint gitchart.py

0 comments on commit 103736a

Please sign in to comment.