Skip to content

Commit

Permalink
Drop Python 2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
quicklizard99 committed Jan 17, 2017
1 parent 2cd4c27 commit a184d51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ echo Tests
PYTHONWARNINGS=module nosetests --with-coverage --cover-html --cover-inclusive --cover-erase --cover-tests --cover-package=inselect inselect

echo Wheel build
./setup.py bdist_wheel --universal
./setup.py bdist_wheel
mv dist/inselect-*.whl .

if [[ "$OSTYPE" == "darwin"* ]]; then
Expand Down

0 comments on commit a184d51

Please sign in to comment.