Codebase list python-lml / efe6e114-35cc-443b-ac0b-523bd7c6a8be/upstream .travis.yml
efe6e114-35cc-443b-ac0b-523bd7c6a8be/upstream

Tree @efe6e114-35cc-443b-ac0b-523bd7c6a8be/upstream (Download .tar.gz)

.travis.yml @efe6e114-35cc-443b-ac0b-523bd7c6a8be/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