Skip to content

Commit

Permalink
Update build-wheels.sh scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
sdispater committed Jul 30, 2018
1 parent 072f1d1 commit 04e7d64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-wheels.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
PYTHON_VERSIONS="cp27-cp27m cp34-cp34m cp35-cp35m cp36-cp36m"
PYTHON_VERSIONS="cp27-cp27m cp34-cp34m cp35-cp35m cp36-cp36m cp37-cp37m"

POETRY_PYTHON="cp36-cp36m"
POETRY_PYTHON="cp37-cp37m"
POETRY_VENV="/opt/python/poetry"
echo "Create Poetry's virtualenv"
/opt/python/${POETRY_PYTHON}/bin/pip install virtualenv
Expand Down

0 comments on commit 04e7d64

Please sign in to comment.