Skip to content

Commit

Permalink
Merge pull request #183 from cburroughs/travis
Browse files Browse the repository at this point in the history
enable python syntax checks via travis
  • Loading branch information
vvuksan committed Feb 11, 2015
2 parents b75c280 + 93c8177 commit bc55160
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.idea
*.pyc
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
language: python
python:
- '2.6'
- '2.7'
script:
- python -m compileall -f .

0 comments on commit bc55160

Please sign in to comment.