Submitter | phabricator |
---|---|
Date | Jan. 26, 2020, 7:06 p.m. |
Message ID | <differential-rev-PHID-DREV-bpdhf7srxbvsm45sl44i-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/44677/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/contrib/heptapod-ci.yml b/contrib/heptapod-ci.yml --- a/contrib/heptapod-ci.yml +++ b/contrib/heptapod-ci.yml @@ -23,3 +23,13 @@ <<: *runtests variables: PYTHON: python3 + +rust-cargo-test-py2: &rust_cargo_test + script: + - echo "python used, $PYTHON" + - make rust-tests + +rust-cargo-test-py3: + <<: *rust_cargo_test + variables: + PYTHON: python3