Skip to content

Commit 955a93f

Browse files
committed
go black
1 parent 8451dfb commit 955a93f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ install:
1414
- pip install tox
1515
- pip install tox-travis
1616
- pip install isort
17+
- pip install black
1718
script:
1819
- isort --check --recursive src tests
20+
- black --check src tests
1921
- codecov --version
2022
- tox
2123
after_success:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
version = re.search(r'^__version__\s*=\s*[\'"]([^\'"]*)[\'"]',
2727
fd.read(), re.MULTILINE).group(1)
2828

29-
tests_requires = ['responses', 'pytest', 'isort']
29+
tests_requires = ['responses', 'pytest', 'isort', 'black']
3030

3131
setup(
3232
name="cryptojwt",

0 commit comments

Comments
 (0)