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

python:
  - '2.7'
  - '3.5'
  - '3.6'

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

notifications:
  email:
    on_success: change
    on_failure: always