Skip to content

Commit 7cfe771

Browse files
authored
Merge pull request #144 from asherf/fix-req
Make sure building dists works.
2 parents 65fc5cd + 36c398d commit 7cfe771

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,10 @@ matrix:
3131
install:
3232
- pip install -r requirements.txt
3333
- pip install -q Django==$DJANGO_VERSION
34+
- pip install --upgrade setuptools wheel
3435
- mysql -e 'create database django_prometheus_1;'
3536
script:
3637
- if [[ $TRAVIS_PYTHON_VERSION == "3.7" ]]; then black --check django_prometheus/; fi
3738
- python setup.py test
39+
- python setup.py sdist bdist_wheel
3840
- cd django_prometheus/tests/end2end && PYTHONPATH=../../.. python manage.py test

0 commit comments

Comments
 (0)