Skip to content

Commit

Permalink
bump version and add travis check
Browse files Browse the repository at this point in the history
  • Loading branch information
agermanidis committed Oct 10, 2018
1 parent b049c28 commit 477d5a9
Show file tree
Hide file tree
Showing 6 changed files with 211 additions and 128 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ build/
dist/
.DS_Store
MANIFEST
*#*
*#*
.vscode
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
language: python
python:
- "2.7"
install:
- pip install .
- pip install pylint
script:
- pylint autosub

0 comments on commit 477d5a9

Please sign in to comment.