File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,17 +54,14 @@ jobs:
5454 - stage : Analyze
5555 name : Sonarcloud
5656 dist : trusty
57- python : " 3.7 "
57+ python : " 3.6.1 "
5858 addons :
5959 sonarcloud :
6060 organization : " getyoti"
61- token :
62- secure : " rqiy5kLHuXPRZjWCg/DOt3x81nLvDoVLjtkzrzC7EPYSUiJQ+B/f+dMOLphhapnZ4wEQT1diM7R/XhEhEPRsXxCJuHJC5wERTiURw6jCjIMlfVM1vzq2W45nPKdzEjMDFi1XtaB0rQOP3eB6xAYQ84hJ17i7+fty9tTIembBOIZmJsA69QXODOUPJfUy/TlcS+GHml584xY4VEc2w8+O0sq7NOQoYsScHrwxyR6uQCXaeSgGFz6C6b3URqXe6559P2jttJc4+8JwG/GYRxU/8Gvtoh4DZcRivcWDfjoBirz8Cz95Pl224FxGeyitKuNWPFWQb3o2hgVkR2bOKOasHUvZuT6eOk6i+YnvltZZJimSZ5fX6bvR4t35YXYqXdEDSkOzZmHolGW9bj9LSYJphY+1ODVWjRycRV96nU2x42ueeTG9ZCW9ZnlWGgplo8X6KJDmhs5k6++Y7Q40DuYrmwYWxZXyBOkrMrUHCV7rpreRov+2NoOUuU8Dq4uBdIKn8truxPLAERFWrGIO5ti+TXPQ/ttGL+d47QhDBXhGKa0qUVRFq1W6CY1AgNCtxfG842eQzSNvV5am/4zZVWEwRbuIMDaceNagpLIDy4iEeEdwZXT2B8xZVt2rePWd7Qxk7UDD+s9/RYFLyOSDNcmmmguLej9gyTlBMrLFCvLcsnk="
6361 install :
6462 - pip install -r requirements.txt
6563 - pip install -e .[dev]
6664 script :
6765 - pytest --cov=yoti_python_sdk yoti_python_sdk/tests
68- if : type = pull_request OR brnch = master
69- after_success :
7066 - sonar-scanner
67+ if : type = pull_request OR branch = master
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ itsdangerous==0.24
77pbr==1.10.0
88protobuf==3.7.0
99pyopenssl==18.0.0
10+ PyYAML==5.2 # Support for Python 3.4
1011pytz==2018.9
1112requests>=2.20.0
1213urllib3>=1.24.2
Original file line number Diff line number Diff line change @@ -20,11 +20,12 @@ protobuf==3.7.0
2020pycparser == 2.18 # via cffi
2121pyopenssl == 18.0.0
2222pytz == 2018.9
23+ pyyaml == 5.2
2324requests == 2.21.0
2425six == 1.10.0 # via cryptography, protobuf, pyopenssl
2526urllib3 == 1.24.2
2627wheel == 0.24.0
2728wrapt == 1.11.2 # via deprecated
2829
2930# The following packages are considered to be unsafe in a requirements file:
30- # setuptools==41.4 .0 # via protobuf
31+ # setuptools==43.0 .0 # via protobuf
You can’t perform that action at this time.
0 commit comments