Skip to content

Commit

Permalink
Merge pull request #291 from mtreinish/drop-universal-wheel-travis
Browse files Browse the repository at this point in the history
Remove universal flag from release job
  • Loading branch information
masayukig committed Mar 26, 2020
2 parents 6aeb323 + e8ea242 commit b56d35d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -26,7 +26,7 @@ matrix:
- TWINE_USERNAME=stestr-release
install: pip install -U twine
script:
- python3 setup.py sdist bdist_wheel --universal
- python3 setup.py sdist bdist_wheel
- twine upload dist/stestr*

cache:
Expand Down

0 comments on commit b56d35d

Please sign in to comment.