Skip to content

Commit 908a263

Browse files
Merge pull request #108 from benoit-pierre/drop_eggs_from_releases
travis: drop eggs from releases
2 parents b0f3bf2 + acaea4a commit 908a263

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ before_deploy:
2424
# Note: only do this with Python 3.5 because the contents
2525
# of the distribution are the same for all versions.
2626
- case "$TRAVIS_PYTHON_VERSION" in 3.5) python setup.py sdist --formats=bztar;; esac
27-
# Generate egg distribution.
28-
- python setup.py bdist_egg
2927
# Generate wheel distribution.
3028
# Note: only do this once, since we create a universal wheel.
3129
- case "$TRAVIS_PYTHON_VERSION" in 3.5) python setup.py bdist_wheel;; esac
@@ -37,7 +35,6 @@ deploy:
3735
file_glob: true
3836
file:
3937
- dist/*.tar.*
40-
- dist/*.egg
4138
- dist/*.whl
4239
on:
4340
tags: true

0 commit comments

Comments
 (0)