Skip to content
This repository has been archived by the owner on Jun 4, 2021. It is now read-only.

Commit

Permalink
Don't create universal wheels
Browse files Browse the repository at this point in the history
Since we no longer support python 2, we no longer need to create a wheel
that is python 2 compatible.
  • Loading branch information
schbetsy committed Jan 10, 2020
1 parent ac7221a commit e96c8c9
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 @@ -9,7 +9,7 @@ before_script:
- npm config set package-lock false
script:
- tox
- python3.6 setup.py bdist_wheel --universal
- python setup.py bdist_wheel
after_success:
- coveralls
deploy:
Expand Down

0 comments on commit e96c8c9

Please sign in to comment.