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 20e218f
Show file tree
Hide file tree
Showing 6 changed files with 215 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
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
install:
- pip install .
- pip2 install pylint
script:
- pylint autosub
Loading

0 comments on commit 20e218f

Please sign in to comment.