Codebase list python-lml / 7797b9f6-cae3-415b-8c3f-d3f00c380283/upstream .travis.yml
7797b9f6-cae3-415b-8c3f-d3f00c380283/upstream

Tree @7797b9f6-cae3-415b-8c3f-d3f00c380283/upstream (Download .tar.gz)

.travis.yml @7797b9f6-cae3-415b-8c3f-d3f00c380283/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