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 e59fb65 commit 27d9a15Copy full SHA for 27d9a15
1 file changed
tools/build-wheels.sh
@@ -60,5 +60,5 @@ for PYTHON in ${PYTHON_VERSIONS}; do
60
echo -n "Test $PYTHON: "
61
/opt/python/${PYTHON}/bin/python -c "import platform; print('Building wheel for {platform} platform.'.format(platform=platform.platform()))"
62
/opt/python/${PYTHON}/bin/pip install "$package_name" --no-index -f file:///io/dist
63
- /opt/python/${PYTHON}/bin/py.test /io/tests
+ /opt/python/${PYTHON}/bin/pytest /io/tests
64
done
0 commit comments