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.
2 parents 65fc5cd + 36c398d commit 7cfe771Copy full SHA for 7cfe771
.travis.yml
@@ -31,8 +31,10 @@ matrix:
31
install:
32
- pip install -r requirements.txt
33
- pip install -q Django==$DJANGO_VERSION
34
+ - pip install --upgrade setuptools wheel
35
- mysql -e 'create database django_prometheus_1;'
36
script:
37
- if [[ $TRAVIS_PYTHON_VERSION == "3.7" ]]; then black --check django_prometheus/; fi
38
- python setup.py test
39
+ - python setup.py sdist bdist_wheel
40
- cd django_prometheus/tests/end2end && PYTHONPATH=../../.. python manage.py test
0 commit comments