We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 231dd88 commit e9a3630Copy full SHA for e9a3630
1 file changed
.travis.yml
@@ -26,9 +26,9 @@ after_success:
26
27
before_deploy:
28
# Generate source distribution.
29
- # Note: only do this with Python 3.5 so we get support for tar.xz, and
30
- # because the contents of the distribution are the same for all versions.
31
- - case "$TRAVIS_PYTHON_VERSION" in 3.5) python setup.py sdist --formats=xztar;; esac
+ # Note: only do this with Python 3.5 because the contents
+ # of the distribution are the same for all versions.
+ - case "$TRAVIS_PYTHON_VERSION" in 3.5) python setup.py sdist --formats=bztar;; esac
32
# Generate egg distribution.
33
- python setup.py bdist_egg
34
# Generate wheel distribution.
0 commit comments