Codebase list python-lml / run/355983c3-bd95-488c-a7bb-3294f7a66fd5/upstream .travis.yml
run/355983c3-bd95-488c-a7bb-3294f7a66fd5/upstream

Tree @run/355983c3-bd95-488c-a7bb-3294f7a66fd5/upstream (Download .tar.gz)

.travis.yml @run/355983c3-bd95-488c-a7bb-3294f7a66fd5/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