contrib/heptapod-ci.yml
branchstable
changeset 44252 5fd43c788943
parent 44251 2aa2408e7515
child 44253 8814308e83bb
equal deleted inserted replaced
44251:2aa2408e7515 44252:5fd43c788943
    21 
    21 
    22 checks-py3:
    22 checks-py3:
    23     <<: *runtests
    23     <<: *runtests
    24     variables:
    24     variables:
    25         PYTHON: python3
    25         PYTHON: python3
       
    26 
       
    27 rust-cargo-test-py2: &rust_cargo_test
       
    28     script:
       
    29         - echo "python used, $PYTHON"
       
    30         - make rust-tests
       
    31 
       
    32 rust-cargo-test-py3:
       
    33     <<: *rust_cargo_test
       
    34     variables:
       
    35         PYTHON: python3