Skip to content

Commit 4b51c0b

Browse files
committed
SDK-1390: Pin PyYAML version for support with Python 3.4
1 parent f8b4508 commit 4b51c0b

3 files changed

Lines changed: 5 additions & 6 deletions

File tree

.travis.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff 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

requirements.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ itsdangerous==0.24
77
pbr==1.10.0
88
protobuf==3.7.0
99
pyopenssl==18.0.0
10+
PyYAML==5.2 # Support for Python 3.4
1011
pytz==2018.9
1112
requests>=2.20.0
1213
urllib3>=1.24.2

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,12 @@ protobuf==3.7.0
2020
pycparser==2.18 # via cffi
2121
pyopenssl==18.0.0
2222
pytz==2018.9
23+
pyyaml==5.2
2324
requests==2.21.0
2425
six==1.10.0 # via cryptography, protobuf, pyopenssl
2526
urllib3==1.24.2
2627
wheel==0.24.0
2728
wrapt==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

0 commit comments

Comments
 (0)