Codebase list icdiff / 5f7ffd52-ce02-44c6-918c-d6fb1c19fdb5/main .travis.yml
5f7ffd52-ce02-44c6-918c-d6fb1c19fdb5/main

Tree @5f7ffd52-ce02-44c6-918c-d6fb1c19fdb5/main (Download .tar.gz)

.travis.yml @5f7ffd52-ce02-44c6-918c-d6fb1c19fdb5/mainraw · history · blame

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