Codebase list backoff / 90a9cffd-5447-48d5-99c9-0f81175c6935/main .travis.yml
90a9cffd-5447-48d5-99c9-0f81175c6935/main

Tree @90a9cffd-5447-48d5-99c9-0f81175c6935/main (Download .tar.gz)

.travis.yml @90a9cffd-5447-48d5-99c9-0f81175c6935/mainraw · history · blame

language: python
python:
  - "3.7"
  - "3.8"
  - "3.9"
  - "3.10"
before_install:
  - pip install poetry more-itertools
install:
  - poetry install
script: poetry run make check
after_success: coveralls
notifications:
  email: false