Skip to content

Commit 37756dc

Browse files
authored
Merge pull request #27 from robotpy/black
Format using black
2 parents 08b1558 + 31d6b90 commit 37756dc

File tree

11 files changed

+325
-244
lines changed

11 files changed

+325
-244
lines changed

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@ script:
1010
- make -C docs html
1111
- ./build_exe.sh
1212

13+
jobs:
14+
include:
15+
- stage: format-check
16+
python:
17+
- "3.6"
18+
install:
19+
- pip install black
20+
script:
21+
- black --check --diff .
22+
1323
deploy:
1424
- provider: pypi
1525
user: $PYPI_USERNAME

0 commit comments

Comments
 (0)