Skip to content

Commit

Permalink
reenable travis CI and run flake8
Browse files Browse the repository at this point in the history
refs #13
  • Loading branch information
Greg Guthe committed Jan 31, 2018
1 parent ca1eec2 commit ee3997f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
language: python
python:
- "3.6"

install:
- make install

script:
- make flake8

0 comments on commit ee3997f

Please sign in to comment.