Codebase list python-lml / 8b6e52ae-a554-43be-a7d3-4c41e7867e24/upstream/0.1.0 .travis.yml
8b6e52ae-a554-43be-a7d3-4c41e7867e24/upstream/0.1.0

Tree @8b6e52ae-a554-43be-a7d3-4c41e7867e24/upstream/0.1.0 (Download .tar.gz)

.travis.yml @8b6e52ae-a554-43be-a7d3-4c41e7867e24/upstream/0.1.0raw · 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