Codebase list icdiff / 690ccf9a-0fc7-4b05-9f87-1a9cae637a1a/main .travis.yml
690ccf9a-0fc7-4b05-9f87-1a9cae637a1a/main

Tree @690ccf9a-0fc7-4b05-9f87-1a9cae637a1a/main (Download .tar.gz)

.travis.yml @690ccf9a-0fc7-4b05-9f87-1a9cae637a1a/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