Codebase list python-lml / aaa7627c-8e85-4039-9306-731b8fe7640f/upstream .travis.yml
aaa7627c-8e85-4039-9306-731b8fe7640f/upstream

Tree @aaa7627c-8e85-4039-9306-731b8fe7640f/upstream (Download .tar.gz)

.travis.yml @aaa7627c-8e85-4039-9306-731b8fe7640f/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