We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5140be8 commit 194778cCopy full SHA for 194778c
1 file changed
.travis.yml
@@ -27,7 +27,7 @@ before_script:
27
- if [[ $TRAVIS_PYTHON_VERSION == 3.6 ]]; then pip install black==$BLACK_VERSION; fi
28
29
script:
30
- - if [[ $TRAVIS_PYTHON_VERSION == 3.6 ]]; then black --line-length 88 --check --diff .; fi
+ - if [[ $TRAVIS_PYTHON_VERSION == 3.6 ]]; then black --line-length 79 --check --diff .; fi
31
- flake8 .
32
- python manage.py cov
33
- if [[ $TRAVIS_PYTHON_VERSION == 3.6 ]]; then docker-compose run web python manage.py cov; fi
0 commit comments