Download this file
1 2 3 4 5 6 7 8 9 10 11 12
language: python jobs: include: - stage: name: "Test Segmentation 3.6" python: "3.6" script: - echo "Segementation test." - cd Scripts - chmod +x test_segmentation.sh - bash ./test_segmentation.sh - echo "Completed segmentation tests"