Skip to content

Commit

Permalink
Fix indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Feb 9, 2019
1 parent c72b73d commit 0d3a284
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Expand Up @@ -7,11 +7,11 @@ matrix:
include:
- python: "3.7"
dist: xenial
- python: 3.6
name: "Flake8"
install: pip install -U flake8
script: flake8 --doctests src setup.py
after_success:
- python: 3.6
name: "Flake8"
install: pip install -U flake8
script: flake8 --doctests src setup.py
after_success:
install:
- pip install zc.buildout
- pip install coveralls coverage
Expand Down

0 comments on commit 0d3a284

Please sign in to comment.