Skip to content

Conversation

jordaneb
Copy link
Member

No description provided.

.travis.yml Outdated
@@ -16,7 +16,7 @@ env:
install:
- pip install -r test-requirements.txt
- pip install -U django==$DJANGO_VERSION
script: python manage.py test
script: black . --check && python manage.py test
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
script: black . --check && python manage.py test
script:
- python manage.py test
- black --check django_dbq

@j4mie
Copy link
Member

j4mie commented Nov 22, 2019

You need to stop black running on Python 3.5 in the build matrix

@j4mie
Copy link
Member

j4mie commented Nov 22, 2019

'if [ "$TRAVIS_PYTHON_VERSION" = "3.7" ]; then black --check zen_queries; fi'

Copy link
Member

@j4mie j4mie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❤️

@jordaneb jordaneb merged commit df2e7ff into master Nov 22, 2019
@jordaneb jordaneb deleted the black branch November 22, 2019 10:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants