We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b448e41 commit e050c6cCopy full SHA for e050c6c
build-wheels.sh
@@ -1,5 +1,5 @@
1
#!/bin/bash
2
-PYTHON_VERSIONS="cp27-cp27m cp35-cp35m cp36-cp36m"
+PYTHON_VERSIONS="cp27-cp27m cp34-cp34m cp35-cp35m cp36-cp36m"
3
4
POETRY_PYTHON="cp36-cp36m"
5
POETRY_VENV="/opt/python/poetry"
@@ -32,7 +32,7 @@ for PYTHON in ${PYTHON_VERSIONS}; do
32
. /opt/python/venv-${PYTHON}/bin/activate
33
pip install pendulum==${RELEASE} --no-index --find-links /io/wheelhouse
34
find ./io/tests | grep -E "(__pycache__|\.pyc$)" | xargs rm -rf
35
- pytest /io/tests
+ pytest /io/tests -W ignore
36
37
deactivate
38
done
0 commit comments