Skip to content

Commit

Permalink
just flake8 @ python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
braver committed Mar 1, 2018
1 parent d4b69a6 commit 50304c3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,10 @@
language: python

python:
- "3.3"
- "3.6"

matrix:
allow_failures:
- python: "3.6"
fast_finish: true

install:
- pip install flake8
- pip install pydocstyle

script:
- flake8
- pydocstyle

0 comments on commit 50304c3

Please sign in to comment.