We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b96a8fd commit 68211b5Copy full SHA for 68211b5
.travis.yml
@@ -21,8 +21,8 @@ install:
21
- pip install -U coverage codecov
22
- pip install -U flake8==3.7.9
23
- 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
+ - if [[ $TRAVIS_PYTHON_VERSION == '3.6' ]]; then pip install black==19.10b0; fi
+ - if [[ $TRAVIS_PYTHON_VERSION == '3.7' ]]; then pip install black==19.10b0; fi
26
- pip freeze
27
28
script:
0 commit comments