Post install test

This commit is contained in:
Marcel Nijenhof
2021-08-06 19:57:37 +02:00
parent bfde38ea42
commit 38292af470
3 changed files with 12 additions and 15 deletions

View File

@@ -155,16 +155,13 @@ steps:
depends_on:
- Build
#
# todo: Uitzoeken
#
# - >
# pip install --extra-index-url
# https://marceln.org/download/python ddOperApi
# - python -c "import lmwsip"
# - python -c "import lmwsip; print(lmwsip.__version__)"
# - >
# [ $(python -c "import lmwsip; print(lmwsip.__version__)") =
# $(python setup.py --version) ]
# - python -m unittest -v lmwsip.tests
- pip install flask
- >
pip install --extra-index-url
https://marceln.org/download/python ddOperApi
- python -c "import ddOperApi"
- python -c "import ddOperApi; print(ddOperApi.__version__)"
- >
[ $(python -c "import lmwsip; print(lmwsip.__version__)") =
$(python setup.py --version) ]
- python -m unittest -v ddOperApi.tests

View File

@@ -20,7 +20,7 @@ from datetime import datetime, timedelta
from dateutil.parser import parse
""" Version info changed by git hook """
__version__ = '0.1.1'
__version__ = '0.1.2'
class ddOperApi:
"""

View File

@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
setuptools.setup(
name="ddOperApi", # Replace with your own username
version="0.1.1",
version="0.1.2",
author="Marcel Nijenhof",
author_email="pip@pion.xs4all.nl",
description="Interface for dd-oper protocol",