|
|
@ -7,11 +7,12 @@ python:
|
|
|
|
- 3.6
|
|
|
|
- 3.6
|
|
|
|
- nightly
|
|
|
|
- nightly
|
|
|
|
install:
|
|
|
|
install:
|
|
|
|
- pip install pyyaml coveralls flake8 flake8-import-order
|
|
|
|
- pip install pyyaml coveralls flake8 flake8-import-order doc8
|
|
|
|
- if [[ $TRAVIS_PYTHON_VERSION != 2* ]]; then pip install sphinx; fi
|
|
|
|
- if [[ $TRAVIS_PYTHON_VERSION != 2* ]]; then pip install sphinx; fi
|
|
|
|
- pip install .
|
|
|
|
- pip install .
|
|
|
|
script:
|
|
|
|
script:
|
|
|
|
- flake8 .
|
|
|
|
- flake8 .
|
|
|
|
|
|
|
|
- if [[ $TRAVIS_PYTHON_VERSION != 2* ]]; then doc8 $(git ls-files '*.rst'); fi
|
|
|
|
- yamllint --strict $(git ls-files '*.yaml' '*.yml')
|
|
|
|
- yamllint --strict $(git ls-files '*.yaml' '*.yml')
|
|
|
|
- coverage run --source=yamllint setup.py test
|
|
|
|
- coverage run --source=yamllint setup.py test
|
|
|
|
- if [[ $TRAVIS_PYTHON_VERSION != 2* ]]; then
|
|
|
|
- if [[ $TRAVIS_PYTHON_VERSION != 2* ]]; then
|
|
|
|