Codebase list python-lml / run/1112f649-9d06-43ac-8204-e58d46f699e2/main .travis.yml
run/1112f649-9d06-43ac-8204-e58d46f699e2/main

Tree @run/1112f649-9d06-43ac-8204-e58d46f699e2/main (Download .tar.gz)

.travis.yml @run/1112f649-9d06-43ac-8204-e58d46f699e2/mainraw · 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