Codebase list python-lml / run/b0616efb-1cec-4d01-bcf2-4ad1a3c57800/upstream .travis.yml
run/b0616efb-1cec-4d01-bcf2-4ad1a3c57800/upstream

Tree @run/b0616efb-1cec-4d01-bcf2-4ad1a3c57800/upstream (Download .tar.gz)

.travis.yml @run/b0616efb-1cec-4d01-bcf2-4ad1a3c57800/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