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 9d87bf3 commit f75c477Copy full SHA for f75c477
.travis.yml
@@ -17,7 +17,7 @@ install:
17
- pip install -r test-requirements.txt
18
- pip install -U django==$DJANGO_VERSION
19
script:
20
- - black --check django_dbq
+ - if [ "$TRAVIS_PYTHON_VERSION" != "3.5" ]; then black --check django_dbq; fi
21
- python manage.py test
22
deploy:
23
provider: pypi
0 commit comments