Skip to content

Commit e050c6c

Browse files
committed
Update wheels script
1 parent b448e41 commit e050c6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-wheels.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
PYTHON_VERSIONS="cp27-cp27m cp35-cp35m cp36-cp36m"
2+
PYTHON_VERSIONS="cp27-cp27m cp34-cp34m cp35-cp35m cp36-cp36m"
33

44
POETRY_PYTHON="cp36-cp36m"
55
POETRY_VENV="/opt/python/poetry"
@@ -32,7 +32,7 @@ for PYTHON in ${PYTHON_VERSIONS}; do
3232
. /opt/python/venv-${PYTHON}/bin/activate
3333
pip install pendulum==${RELEASE} --no-index --find-links /io/wheelhouse
3434
find ./io/tests | grep -E "(__pycache__|\.pyc$)" | xargs rm -rf
35-
pytest /io/tests
35+
pytest /io/tests -W ignore
3636
find ./io/tests | grep -E "(__pycache__|\.pyc$)" | xargs rm -rf
3737
deactivate
3838
done

0 commit comments

Comments
 (0)