.travis.yml 316 字节
Newer Older
M
Moez Ali 已提交
1 2
language: python
python:
M
Moez Ali 已提交
3 4 5
  - 3.4
  - 3.5
  - 3.6
M
Moez Ali 已提交
6 7 8 9 10 11 12
  - 3.7
  - 3.8
before_install:
  - python --version
  - pip install -U pip
  - pip install -U pytest
  - pip install codecov
13
  - pip install catboost
M
Moez Ali 已提交
14 15 16 17 18
install:
  - pip install -r requirements.txt
script: pytest # run tests
after_success:
  - codecov # submit coverage