Skip to content

Commit

Permalink
Travis: fix sdist creation
Browse files Browse the repository at this point in the history
  • Loading branch information
sbraz committed Nov 23, 2020
1 parent 646ed4c commit d981497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ after_success: |
# We only want to upload distributions from environments where
# the actual test suite runs, and not just QA stuff like pylint & friends,
# so we make sure it's a py-something tox environment
elif [[ $TRAVIS_OS_NAME == linux && $TRAVIS_PYTHON_VERSION == $PYTHON_MAIN_VERSION && TOXENV == py?? ]]; then
elif [[ $TRAVIS_OS_NAME == linux && $TRAVIS_PYTHON_VERSION == $PYTHON_MAIN_VERSION && $TOXENV == py?? ]]; then
# sdists generated on OSX have a problem with the accented test file
# https://github.com/sbraz/pymediainfo/issues/67
python setup.py sdist
Expand Down

0 comments on commit d981497

Please sign in to comment.