python-docs-fr/.travis.yml

7 lines
163 B
YAML

language: python
python: 3.6
install:
- git clone --depth 1 --branch 3.7 https://github.com/python/cpython.git
script:
- make CPYTHON_CLONE=cpython BRANCH=3.7