From 7f7750491cc7b3388af91d1bdbe9f695ecdbd0b0 Mon Sep 17 00:00:00 2001 From: Milton Date: Mon, 17 Feb 2020 17:52:16 -0300 Subject: [PATCH 1/2] Update the baseline to use PythonPlayground --- src/BaselineOfPythonBridge/BaselineOfPythonBridge.class.st | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/BaselineOfPythonBridge/BaselineOfPythonBridge.class.st b/src/BaselineOfPythonBridge/BaselineOfPythonBridge.class.st index d7b02ea..a1a58bf 100644 --- a/src/BaselineOfPythonBridge/BaselineOfPythonBridge.class.st +++ b/src/BaselineOfPythonBridge/BaselineOfPythonBridge.class.st @@ -25,6 +25,7 @@ BaselineOfPythonBridge >> baseline: spec [ spec package: 'PythonBridge' with: [ spec requires: #('OSSubprocess' 'Python3Generator') ]; package: 'PythonBridge-Pharo' with: [ spec requires: #('PythonBridge' 'MessagePack') ]; - package: 'PythonBridge-Bootstrap' with: [ spec requires: 'PythonBridge' ]. + package: 'PythonBridge-Bootstrap' with: [ spec requires: 'PythonBridge' ]; + package: 'PythonPlayground' with: [ spec requires: 'PythonBridge' ]. ] ] From 95ede4574d378de763dde790463c007a3a31cdf7 Mon Sep 17 00:00:00 2001 From: Milton Mamani Torres Date: Thu, 20 Feb 2020 18:49:34 -0300 Subject: [PATCH 2/2] update configuration for travis --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 329a68c..5579aa1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,6 +26,8 @@ matrix: exclude: - os: osx smalltalk: Pharo64-7.0 + allow_failures: + - smalltalk: Pharo-7.0 include: - script: pipenv run python -m unittest discover tests os: osx @@ -33,4 +35,4 @@ matrix: # - script: pipenv run python -m unittest discover tests # os: linux # python: 3.7 - \ No newline at end of file +