Show More
@@ -23,3 +23,13 b' 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 |
General Comments 0
You need to be logged in to leave comments.
Login now