Codebase list python-lml / 86a0cbd5-db1c-4e93-a545-af6ee447220c/upstream .travis.yml
86a0cbd5-db1c-4e93-a545-af6ee447220c/upstream

Tree @86a0cbd5-db1c-4e93-a545-af6ee447220c/upstream (Download .tar.gz)

.travis.yml @86a0cbd5-db1c-4e93-a545-af6ee447220c/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