Skip to content

Commit

Permalink
add travis linting support
Browse files Browse the repository at this point in the history
  • Loading branch information
stevemart committed Apr 21, 2018
1 parent 9ce2b76 commit 15031d8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
@@ -0,0 +1,9 @@
language: python
python:
- "2.7"
- "3.6"
install:
- "pip install -r requirements.txt"
- "pip install pycodestyle"
script:
- pycodestyle .

0 comments on commit 15031d8

Please sign in to comment.