Skip to content

Commit 68211b5

Browse files
author
Ross Mechanic
authored
Pin black to specific version (#609)
1 parent b96a8fd commit 68211b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ install:
2121
- pip install -U coverage codecov
2222
- pip install -U flake8==3.7.9
2323
- pip install -U $DJANGO
24-
- if [[ $TRAVIS_PYTHON_VERSION == '3.6' ]]; then pip install black; fi
25-
- if [[ $TRAVIS_PYTHON_VERSION == '3.7' ]]; then pip install black; fi
24+
- if [[ $TRAVIS_PYTHON_VERSION == '3.6' ]]; then pip install black==19.10b0; fi
25+
- if [[ $TRAVIS_PYTHON_VERSION == '3.7' ]]; then pip install black==19.10b0; fi
2626
- pip freeze
2727

2828
script:

0 commit comments

Comments
 (0)