-
Notifications
You must be signed in to change notification settings - Fork 7
/
.travis.yml
executable file
·43 lines (39 loc) · 1.77 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
language: python
python:
- '3.5'
- '3.6'
install:
- pip install tox
- pip install travis-tox
- pip install -e .
script:
- pip uninstall setuptools -y && pip install 'setuptools>34.0' --ignore-installed # needed for updated version of html5lib
- tox -e zoo-linux --skip-missing-interpreters
- tox -e scripts-linux --skip-missing-interpreters
after_success:
- coverage report
- coveralls
jobs:
include:
- stage: stylecheck
python: 3.5
script: tox -e flake8 --skip-missing-interpreters
- stage: documentation
python: 3.5
script: tox -e docs --skip-missing-interpreters
- stage: documentation-accessibility
python: 3.5
script: tox -e dogfood --skip-missing-interpreters
- stage: deploy
script: skip
deploy:
provider: pypi
user: Samuel.Spencer
skip_upload_docs: true
password:
secure: hJVN74vhyDjG22Ei5/gz0g0d/KfaW2kzjx85c3pT+4jmbTOC3OcGN7Exj+/2wEAygvQDmlijRGJ0yldL3IpE0+N7TASs0/6dNf8fMoG0zRTcuu1ywhUhSgqntRGMjRBpbXeVUeb6ydeAciDkrkmfyuGVQd6bXJQeCxcdU1X5iJ+mnbS9Lu1oUfXt6MZroMImwh+ZCvDn95e8QMFbSmO/3OE7CBtBiCaUMemlgzf1THJsw0JoO/GaU37NEjmsnt6xg8EcXRi/h+Pznnr+8LEs6gqcNRg8uS0mh3e6B3ynvovY6Pr8YdAazG6FTFezc3eQWjViQyBxHGbCcY1z0w7bATa+BT18k2/I6dfF6MFoitPtTmJ9tQEB1HOdL/ngJoYEa2TQxxsCal4qqCWNEgP6O5Jl7uK4u1y00wXQ1M3scGmP1kxu+4DWY9ywfnBvbF8SNKLd4qEkdxQIkZBYd7/4aU/3pHFVE1f+J7LSzLt8gIy/hnLCB23T/DEaLnQJDIBlP4Kcpb277vkayVjuRuGNfU5QXf29Sj4PKvXbVS9gtYDY8U5KheOhb7MmWTlq+WfGvyrpgLfasFQDjWGOqs4oJ4LDO4IJ6BG40LX/OozTXoiT1//DcwDU34SJQlfTiTidZMeOq1fdpQNG84Tig2MkuRnmvO8LF5uIS0I6G3GWP6U=
on:
branch: master
distributions: sdist bdist_wheel
repo: Aristotle-Metadata-Enterprises/wcag-zoo
condition: $TRAVIS_PYTHON_VERSION = '3.5' # Only release on one thread