Extra timeout for installing the module from pypi
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
- To make sure the newest version is returned.
This commit is contained in:
@@ -159,6 +159,7 @@ steps:
|
||||
# Make sure we run the pip installed version
|
||||
commands:
|
||||
- rm -rf src
|
||||
- sleep 60
|
||||
- pip install flask ddOperApi
|
||||
- python -c "import ddOperApi"
|
||||
- python -c "import ddOperApi; print(ddOperApi.__version__)"
|
||||
|
@@ -1,6 +1,6 @@
|
||||
[metadata]
|
||||
name = ddOperApi
|
||||
version = 0.9.2
|
||||
version = 0.9.3
|
||||
author = Marcel Nijenhof
|
||||
author_email = pypi@marceln.org
|
||||
description = Interface for the dd-oper protocol
|
||||
|
@@ -20,7 +20,7 @@ from datetime import datetime, timedelta
|
||||
from dateutil.parser import parse
|
||||
|
||||
""" Version info changed by git hook """
|
||||
__version__ = '0.9.2'
|
||||
__version__ = '0.9.3'
|
||||
|
||||
class ddOperApi:
|
||||
"""
|
||||
|
Reference in New Issue
Block a user