Skip to content

Commit d9e0eb2

Browse files
committed
Install black in travis yaml
1 parent f75c477 commit d9e0eb2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ env:
1616
install:
1717
- pip install -r test-requirements.txt
1818
- pip install -U django==$DJANGO_VERSION
19+
- if [ "$TRAVIS_PYTHON_VERSION" != "3.5" ]; then pip install black==19.10b0; fi
1920
script:
2021
- if [ "$TRAVIS_PYTHON_VERSION" != "3.5" ]; then black --check django_dbq; fi
2122
- python manage.py test

test-requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
-r requirements.txt
2-
black==19.10b0
32
mysqlclient==1.4.6
43
freezegun==0.3.12
54
mock==3.0.5

0 commit comments

Comments
 (0)