Skip to content

Commit dbce129

Browse files
Added 'black' to Travis CI. Also removed old sort-imports.sh tool.
1 parent 3753ee5 commit dbce129

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ matrix:
1111

1212
install:
1313
- pip install . pytest coverage codecov flake8 mypy
14-
- pip install isort
14+
- pip install isort black
1515
- pip list
1616

1717
script:
@@ -26,5 +26,7 @@ script:
2626
# When this fails, please run ./tools/sort-imports.sh
2727
- isort -c -rc prompt_toolkit
2828

29+
- black --check prompt_toolkit
30+
2931
after_success:
3032
- codecov

tools/sort-imports.sh

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)