mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 09:58:31 +07:00
* Use Python 3.7-dev in Travis until they add official support for PY37. * PY37 requires PyYAML 3.13+.
29 lines
729 B
YAML
29 lines
729 B
YAML
build: false
|
|
environment:
|
|
matrix:
|
|
- TOXENV: py27-integration
|
|
- TOXENV: py27-min-req
|
|
- TOXENV: py27-unittests
|
|
- TOXENV: py34-integration
|
|
- TOXENV: py34-min-req
|
|
- TOXENV: py34-unittests
|
|
- TOXENV: py35-integration
|
|
- TOXENV: py35-min-req
|
|
- TOXENV: py35-unittests
|
|
- TOXENV: py36-integration
|
|
- TOXENV: py36-min-req
|
|
- TOXENV: py36-unittests
|
|
- TOXENV: py37-integration
|
|
- TOXENV: py37-min-req
|
|
- TOXENV: py37-unittests
|
|
- TOXENV: flake8
|
|
init:
|
|
- "ECHO %TOXENV%"
|
|
install:
|
|
- "c:\\python27\\Scripts\\pip install tox"
|
|
test_script:
|
|
- "git clean -f -d -x"
|
|
- "c:\\python27\\Scripts\\tox --version"
|
|
- "c:\\python27\\Scripts\\pip --version"
|
|
- "c:\\python27\\Scripts\\tox"
|