Skip to content
Snippets Groups Projects
Commit 103736aa authored by Sébastien Helleu's avatar Sébastien Helleu
Browse files

Add file for Travis CI

parent 9d9710c3
No related branches found
No related tags found
No related merge requests found
language: python
python:
- "2.7"
- "3.4"
install:
- "pip install flake8"
- "pip install pylint"
script:
- flake8 gitchart.py
- pylint gitchart.py
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment