Skip to content

Commit 4d41c83

Browse files
committed
move sdist/bdist checks after e2e
1 parent cf2e910 commit 4d41c83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ script:
3838
- if [[ $TRAVIS_PYTHON_VERSION == "3.7" ]]; then black --check django_prometheus/; fi
3939
- flake8 django_prometheus
4040
- coverage run --source=django_prometheus setup.py test
41-
- python setup.py sdist bdist_wheel
4241
- pushd django_prometheus/tests/end2end && PYTHONPATH=../../.. coverage run --source=django_prometheus manage.py test && popd
42+
- python setup.py sdist bdist_wheel
4343
after_success:
4444
- coverage combine .coverage django_prometheus/tests/end2end/.coverage
4545
- coveralls

0 commit comments

Comments
 (0)