Codebase list python-lml / 88092895-a399-4ea1-93bc-c22adf7f7a92/upstream .travis.yml
88092895-a399-4ea1-93bc-c22adf7f7a92/upstream

Tree @88092895-a399-4ea1-93bc-c22adf7f7a92/upstream (Download .tar.gz)

.travis.yml @88092895-a399-4ea1-93bc-c22adf7f7a92/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