File tree Expand file tree Collapse file tree 2 files changed +7
-9
lines changed
Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,10 @@ python:
44before_script :
55 # Install Testspace Runner
66 - ./testspace_install.sh
7+ - export PATH="${HOME}/testspace:${PATH}"
78 - sudo pip install -r requirements.txt
89script :
910 - nose2 -X -C --coverage-report xml
1011
1112 # Publish Test Results along with Coverage
12- - export PATH="${HOME}/testspace:${PATH}"
13- # Testspace credentials: "[email protected] /myproject/myspace" 14- - testspace config url ${TESTSPACE_USER_TOKEN}:@${TESTSPACE_URL}
15- - testspace publish [Tests]nose2.xml coverage.xml
13+ - testspace publish [Tests]nose2.xml coverage.xml ${TESTSPACE_URL}
Original file line number Diff line number Diff line change @@ -5,17 +5,17 @@ python:
55
66env :
77 global :
8- - secure : KfVSPZZZ1/i/DDf6g4OOfcB1SvxHIP/cy/SGhLWxf7L/sH5EBy4sAkdZnxjH3Ku37p46jbLfqPZoL4fCyVrGYoPBDCCE8qrJo6ftFAxQdAMYFFV/fLaClH+euYCt2aOhR0c5v83M4r5GuUD338dRsGcowHmmRVRrckchIC3w7k1ih9OtLD6YLuQ+P8SvYUy1TWobvWzWT+3whB2uvU3o+2QLJrI+chpwbH+nf1RkvtYhNwVf8TwH8g+vDLVtsBjokUwDkc1zPo8GPylL2XQlQZ2t5Zbs8wJz0JQJvQGkbDBkS0QjRTTu2AL5vu6UwdRWNnB8jt8i7AChBc4ZPh8BZg ==
9-
8+ - secure : FoXq63ka7EuWlqxNTG1RJqTCCzng5/FQXJkjjXarT5Rc4vxZv/1S6f+aRrYUz4Vz/i6H23/7iPDjE8qxN0sQdtfw6r5kvj5vc5LRdv3cB+h1DzVclqHcukXiuHnDJgmSnfY/KLRROPOTGFnSPPJmxE4L3CIZCJsMZOykOqikqD/ts8X2qpzNQluaL7N8Cmnks24dDSdqI7uad35bjwHY74u/TbWrjrSfQNZJYoGGg4TCHjb/m2b41op0apOa0pG3SO4HgodBeo1OsndWg9fDwlyIVhh+otDkuCcI1m7RvNATY9I17sN5a6iUN6UMgBHEEq2GS7aRcDZ0mTBsNzKaoQ ==
9+
1010before_script :
1111 - ./testspace_install.sh
1212 - export PATH="${HOME}/testspace:${PATH}"
1313 - mkdir -p shippable/codecoverage
1414 - mkdir -p shippable/testresults
15+
1516script :
16- - testspace config url $TESTSPACE_TOKEN
17- - testspace import .testspace.xml
18- - testspace run
17+ - testspace import .testspace.xml ${TESTSPACE_URL}
18+ - testspace run ${TESTSPACE_URL}
1919
2020after_script :
2121 - cp nose2.xml shippable/testresults
You can’t perform that action at this time.
0 commit comments