mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 14:30:09 +01:00
fix check for installed files
This commit is contained in:
parent
6955728080
commit
7f078a9dac
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ rst2html5 --strict CHANGELOG.rst > /dev/null
|
||||||
|
|
||||||
# first test module from installed wheel
|
# first test module from installed wheel
|
||||||
python -m pip install $(ls -1t dist/pycalver*.whl | head -n 1)
|
python -m pip install $(ls -1t dist/pycalver*.whl | head -n 1)
|
||||||
grep 'coding: utf-8' $(python -c 'import pycalver;print(pycalver.__file__)')
|
grep 'coding: utf-8' $(python -c 'import pycalver;print(pycalver.__file__.replace(".pyc", ".py"))')
|
||||||
python -m pytest test/
|
python -m pytest test/
|
||||||
|
|
||||||
if [[ $(python -c "import sys;print(sys.version[:3])") == "3.7" ]]; then
|
if [[ $(python -c "import sys;print(sys.version[:3])") == "3.7" ]]; then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue