๐Ÿ“ฆ mymusise / Baidu-Hot

๐Ÿ“„ .travis.yml ยท 16 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16language: python
sudo: false
notifications:
  email:
    recipients:
      - 604072107@qq.com
      - mymusise1@gmail.com
    on_success: never
    on_failure: always
python:
 - "3.5"
install:
 - pip install -r requirements.txt
script:
 - python tests.py