Compare commits
2 Commits
17820bfb9b
...
89aaa231fb
Author | SHA1 | Date | |
---|---|---|---|
|
89aaa231fb | ||
|
cdca3cc508 |
@@ -61,8 +61,6 @@ platform:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Run unit test
|
- name: Run unit test
|
||||||
environment:
|
|
||||||
PYTHONPATH: src
|
|
||||||
commands:
|
commands:
|
||||||
- tox
|
- tox
|
||||||
|
|
||||||
@@ -77,7 +75,7 @@ steps:
|
|||||||
environment:
|
environment:
|
||||||
PYTHONPATH: src
|
PYTHONPATH: src
|
||||||
commands:
|
commands:
|
||||||
- pip install python-dateutil flask
|
- pip install python-dateutil flask requests numpy pyopenssl
|
||||||
- python tests/main.py
|
- python tests/main.py
|
||||||
|
|
||||||
---
|
---
|
||||||
@@ -91,7 +89,7 @@ steps:
|
|||||||
environment:
|
environment:
|
||||||
PYTHONPATH: src
|
PYTHONPATH: src
|
||||||
commands:
|
commands:
|
||||||
- pip install python-dateutil flask
|
- pip install python-dateutil flask flask requests numpy pyopenssl
|
||||||
- python --version
|
- python --version
|
||||||
- python tests/main.py
|
- python tests/main.py
|
||||||
|
|
||||||
|
@@ -3,5 +3,5 @@ VERSION=$(grep version setup.py | sed -e 's/.*="//' -e 's/",//')
|
|||||||
sed -i "s/^__version__ = .*/__version__ = '${VERSION}'/" src/ddOperApi/__init__.py
|
sed -i "s/^__version__ = .*/__version__ = '${VERSION}'/" src/ddOperApi/__init__.py
|
||||||
git add src/ddOperApi/__init__.py
|
git add src/ddOperApi/__init__.py
|
||||||
|
|
||||||
python setup.py test
|
tox
|
||||||
yamllint .drone.yml
|
yamllint .drone.yml
|
||||||
|
Reference in New Issue
Block a user