Diff of /.travis.yml [000000] .. [d6d24a]

Switch to unified view

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