Codebase list icdiff / bd77f06d-a4a8-4855-b930-cc0489b3dd4d/main .travis.yml
bd77f06d-a4a8-4855-b930-cc0489b3dd4d/main

Tree @bd77f06d-a4a8-4855-b930-cc0489b3dd4d/main (Download .tar.gz)

.travis.yml @bd77f06d-a4a8-4855-b930-cc0489b3dd4d/mainraw · history · blame

language: python
sudo: required
dist: xenial
python:
  - "3.4"
  - "3.5"
  - "3.6"
  - "3.7"
  - "3.8"
  - "3.9"
  - "nightly"
script:
  - pip install -r requirements-dev.txt
  - ./test.sh python
git:
  depth: false