Codebase list python-lml / run/abdc0b38-1cea-4cc1-bd6e-1fd5121cd3ba/upstream .travis.yml
run/abdc0b38-1cea-4cc1-bd6e-1fd5121cd3ba/upstream

Tree @run/abdc0b38-1cea-4cc1-bd6e-1fd5121cd3ba/upstream (Download .tar.gz)

.travis.yml @run/abdc0b38-1cea-4cc1-bd6e-1fd5121cd3ba/upstreamraw · history · blame

sudo: false
language: python
notifications:
  email: false
python:
  - 3.9-dev
  - 3.8
  - 3.7
  - 3.6
before_install:
  - pip install -r tests/requirements.txt
script:
  - make test
after_success:
  codecov