Skip to content

Commit 31d6b90

Browse files
committed
Format using black
1 parent 08b1558 commit 31d6b90

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)