python-docs-fr/.travis.yml

7 lines
163 B
YAML
Raw Normal View History

2018-07-23 09:28:48 +00:00
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