-
-
Notifications
You must be signed in to change notification settings - Fork 232
[MRG] turn on Python 3 on travis CI #464
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
for this to work, we'll need to make a new |
this one looks baked. @mr-c can you review? |
also, how to go about running conformance tests for python 3 in jenkins? |
@manu-chroma #465 :-) |
includes few ignore types which I plan to remove in the future iteration
a431179
to
6abb399
Compare
0f28896 Merge pull request common-workflow-language#408 from kapilkd13/master 18fc8d6 Merge branch 'master' into master d71b2f7 Merge pull request common-workflow-language#467 from kapilkd13/inlineJS-conformance 1f5f0de Update conformance_test_v1.0.yaml 8abc3f7 Merge pull request common-workflow-language#472 from common-workflow-language/no-draft-links 7134321 remove links to pre-v1.0 from homepage 2a88775 Merge pull request common-workflow-language#471 from common-workflow-language/changelong-tweak 0e0cb4b clarify that these change descriptions are specific to each of the standards da56971 added conformance test for InlineJavascriptRequirement 485be33 Merge pull request common-workflow-language#465 from common-workflow-language/video_link d874786 Add preview & link to intro video 397769d Merge pull request common-workflow-language#463 from common-workflow-language/hmenager-patch-1 cab882c version links ca21bdf moar 84bd265 Update cli-description-languages-comparison.md 0cd5307 Merge pull request common-workflow-language#464 from common-workflow-language/bd2k 1cd58d3 Update cli-description-languages-comparison.md 4834980 Add BD2K as a participating organization 80e52b5 Update cli-description-languages-comparison.md 4f1fcd5 Update cli-description-languages-comparison.md 145bd0b Update cli-description-languages-comparison.md c9ed818 Update cli-description-languages-comparison.md 1da94c2 Update cli-description-languages-comparison.md 1ff1819 Update cli-description-languages-comparison.md 24d782b Update cli-description-languages-comparison.md e793622 Create cli-description-languages-comparison.md 2625c13 adding conformance test: Testing warning instead of error when default path is not present 52d9fcb changes to enable nolinkcheck in case of default field, related to cwltool issue #2 git-subtree-dir: cwltool/schemas git-subtree-split: 0f28896
@mr-c should we merged this one before @kapilkd13 windows branch or after that one? I might iterate some of the |
I'm happy to merge whoever is ready first. This looks ready to me -- what do you think? |
@mr-c, I can make separate PR for any further improvements. Since this one has lesser number of changes, we can get this one merged first. |
FWIW, I've created this PR on avro repository and provided brief description for doing the same: apache/avro#235 As discussed before, using something like this failed because if sys.version_info.major >= 3:
# do something
else:
# something else |
Add BD2K as a participating organization
No description provided.