Skip to content

Commit

Permalink
Add .travis.yml to allow github Travis checking
Browse files Browse the repository at this point in the history
  • Loading branch information
r-owen committed Sep 5, 2018
1 parent 426b256 commit 664d8b1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
sudo: false
language: python
matrix:
include:
- python: '3.6'
install:
- pip install flake8
script: flake8

0 comments on commit 664d8b1

Please sign in to comment.