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 90466e0
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .travis.yml
@@ -1,21 +1,20 @@
language: python
sudo: false
dist: xenial
python:
- 2.7
- pypy
- 3.4
- 3.5
- 3.6
matrix:
include:
- python: "3.7"
dist: xenial
sudo: true
- pypy3
- 3.7
install:
- virtualenv .
- bin/pip install zc.buildout
- bin/buildout
- if [ -x "$(command -v pip3)" ]; then pip3 install black; fi;
- pip install zc.buildout
- buildout
script:
- if [ -x "$(command -v black)" ]; then black src setup.py; fi;
- bin/test -v1
notifications:
email: false

0 comments on commit 90466e0

Please sign in to comment.