Skip to content

Commit 194778c

Browse files
committed
revert change to travis
1 parent 5140be8 commit 194778c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ before_script:
2727
- if [[ $TRAVIS_PYTHON_VERSION == 3.6 ]]; then pip install black==$BLACK_VERSION; fi
2828

2929
script:
30-
- if [[ $TRAVIS_PYTHON_VERSION == 3.6 ]]; then black --line-length 88 --check --diff .; fi
30+
- if [[ $TRAVIS_PYTHON_VERSION == 3.6 ]]; then black --line-length 79 --check --diff .; fi
3131
- flake8 .
3232
- python manage.py cov
3333
- if [[ $TRAVIS_PYTHON_VERSION == 3.6 ]]; then docker-compose run web python manage.py cov; fi

0 commit comments

Comments
 (0)