Permalink
Browse files

Drop Python 2 support

  • Loading branch information...
1 parent 2cd4c27 commit a184d5156f5b9206df054b15cbc7560a1518b0e5 @quicklizard99 quicklizard99 committed Jan 17, 2017
Showing with 1 addition and 1 deletion.
  1. +1 −1 build.sh
View
@@ -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

0 comments on commit a184d51

Please sign in to comment.