.travis.yml 175 字节
Newer Older
W
wuzewu 已提交
1 2 3 4 5 6 7
language: python

python:
  - '3.5'
  - '3.6'

script:
W
wuzewu 已提交
8
  - /bin/bash ./test/ci/test_download_dataset.sh
W
wuzewu 已提交
9 10 11 12 13

notifications:
  email:
    on_success: change
    on_failure: always