Skip to content
Snippets Groups Projects
Commit 495ece2d1861 authored by Frank Bessou's avatar Frank Bessou :spider_web:
Browse files

chore: correctly test built wheels

parent e36060b9dd8c
No related branches found
No related tags found
1 merge request!74Topic/default/publication on pypi
......@@ -37,6 +37,6 @@
"${PYBIN}/pip" install pytest
"${PYBIN}/pip" install rql --no-index -f /wheelhouse
echo "************ test on $PYBIN"
(cd "$SOURCE_DIR"; "${PYBIN}/py.test" rql)
(cd "$SOURCE_DIR"; "${PYBIN}/pytest" test)
done
mv /wheelhouse/rql*manylinux*.whl "$SOURCE_DIR"/dist/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment