/
valemobil
/
python-future
Обзор
Документация
Войти
/
valemobil
/
python-future
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test.sh
18 строк
328 B
Ed Schofield
Move CI to GitHub Actions & split Python versions into jobs (#603)
21 фев 2024, 07:00
21 фев 2024, 07:00
8cd11e8
Код
Авторство
О чём код?
#!/bin/bash set -exo pipefail python --version if [ -e "/root/pip" ] then pip install /root/pip/*.zip /root/pip/*.whl /root/pip/*tar.gz else pip install pytest unittest2 fi pytag="py${PYTHON_VERSION//./}" python setup.py bdist_wheel --python-tag="${pytag}" pip install dist/future-*-${pytag}-none-any.whl pytest tests/