##// END OF EJS Templates
heptapod-ci: run the --pure test too...
marmoute -
r44757:6733c565 stable
parent child Browse files
Show More
@@ -49,3 +49,14 b' test-py3:'
49 variables:
49 variables:
50 RUNTEST_ARGS: "--blacklist /tmp/check-tests.txt"
50 RUNTEST_ARGS: "--blacklist /tmp/check-tests.txt"
51 PYTHON: python3
51 PYTHON: python3
52
53 test-py2-pure:
54 <<: *runtests
55 variables:
56 RUNTEST_ARGS: "--pure --blacklist /tmp/check-tests.txt"
57
58 test-py3-pure:
59 <<: *runtests
60 variables:
61 RUNTEST_ARGS: "--pure --blacklist /tmp/check-tests.txt"
62 PYTHON: python3
General Comments 0
You need to be logged in to leave comments. Login now