Skip to content

Commit

Permalink
add black check
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Sep 19, 2019
1 parent f40367a commit 17d1d7b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,19 @@ python:
- 3.4
- 3.5
- 3.6
- pypy3
- 3.7
matrix:
include:
- python: "3.7"
dist: xenial
sudo: true
install:
- virtualenv .
- bin/pip install zc.buildout
- bin/buildout
- pip3 install black
- pip install zc.buildout
- buildout
script:
- black --check setup.py src
- bin/test -v1
notifications:
email: false

0 comments on commit 17d1d7b

Please sign in to comment.