[d6d24a]: / .travis.yml

Download this file

13 lines (12 with data), 311 Bytes

 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"