Skip to content

Commit 2f7b4aa

Browse files
authored
Merge pull request #171 from asherf/django
move sdist/bdist checks after e2e
2 parents 36d39bc + 4d41c83 commit 2f7b4aa

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
@@ -39,8 +39,8 @@ script:
3939
- flake8 django_prometheus
4040
- isort -rc django_prometheus/
4141
- coverage run --source=django_prometheus setup.py test
42-
- python setup.py sdist bdist_wheel
4342
- pushd django_prometheus/tests/end2end && PYTHONPATH=../../.. coverage run --source=django_prometheus manage.py test && popd
43+
- python setup.py sdist bdist_wheel
4444
after_success:
4545
- coverage combine .coverage django_prometheus/tests/end2end/.coverage
4646
- coveralls

0 commit comments

Comments
 (0)