Skip to content

Commit

Permalink
Merge pull request #2 from LegoStormtroopr/master
Browse files Browse the repository at this point in the history
more ci fudges
  • Loading branch information
LegoStormtroopr committed Feb 1, 2017
2 parents 6d372ea + 550660a commit 9b47589
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,25 @@
language: python
python:
- '3.5'
- '3.6'
- '3.5'
- '3.6'
install:
- pip install tox
- pip install travis-tox
- pip install -e .
- pip install tox
- pip install travis-tox
- pip install -e .
script:
- tox --skip-missing-interpreters
- pip uninstall setuptools -y && pip install 'setuptools>34.0' --ignore-installed # needed for updated version of html5lib
- tox --skip-missing-interpreters
after_success:
- coverage report
- coveralls
- coverage report
- coveralls
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:
tags: true
branch: master
distributions: sdist bdist_wheel
repo: data61/wcag-zoo
condition: $TRAVIS_PYTHON_VERSION = '3.5' # Only release on one thread

0 comments on commit 9b47589

Please sign in to comment.