9 строки
273 B
Bash
Executable File
9 строки
273 B
Bash
Executable File
#!/bin/bash -e
|
|
|
|
pip install --disable-pip-version-check --no-cache-dir --quiet -r test-requirements.txt -r requirements.txt .
|
|
|
|
python -m unittest discover tests
|
|
python setup.py sdist bdist_wheel
|
|
VERSION=$(cat VERSION)
|
|
pip install dist/firefox-code-coverage-$VERSION.tar.gz
|