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 f75c477 commit d9e0eb2Copy full SHA for d9e0eb2
.travis.yml
@@ -16,6 +16,7 @@ env:
16
install:
17
- pip install -r test-requirements.txt
18
- pip install -U django==$DJANGO_VERSION
19
+- if [ "$TRAVIS_PYTHON_VERSION" != "3.5" ]; then pip install black==19.10b0; fi
20
script:
21
- if [ "$TRAVIS_PYTHON_VERSION" != "3.5" ]; then black --check django_dbq; fi
22
- python manage.py test
test-requirements.txt
@@ -1,5 +1,4 @@
1
-r requirements.txt
2
-black==19.10b0
3
mysqlclient==1.4.6
4
freezegun==0.3.12
5
mock==3.0.5
0 commit comments