Skip to content

Commit a3e13d6

Browse files
Merge pull request #46 from benoit-pierre/switch_to_bztar_for_pypi
travis: change source distribution format
2 parents 231dd88 + e9a3630 commit a3e13d6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ after_success:
2626

2727
before_deploy:
2828
# 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
29+
# Note: only do this with Python 3.5 because the contents
30+
# of the distribution are the same for all versions.
31+
- case "$TRAVIS_PYTHON_VERSION" in 3.5) python setup.py sdist --formats=bztar;; esac
3232
# Generate egg distribution.
3333
- python setup.py bdist_egg
3434
# Generate wheel distribution.

0 commit comments

Comments
 (0)