Skip to content

Commit

Permalink
Merge pull request #54 from njsmith/dependabot-branch-filter
Browse files Browse the repository at this point in the history
Only test dependabot PRs once
  • Loading branch information
njsmith committed Jun 4, 2019
2 parents 95d18d7 + f499484 commit 8de7bc9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,7 @@ matrix:

script:
- ci/travis.sh

branches:
except:
- /^dependabot/.*/
4 changes: 4 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,7 @@ test_script:
# coverage will actually work right if just given as "trustme"
- "python -u -m pytest -W error -ra -v -s tests --cov=trustme --cov=tests --cov-config=.coveragerc"
- "codecov -F windows"

branches:
except:
- /dependabot/.*/
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

intersphinx_mapping = {
"python": ('https://docs.python.org/3', None),
"pyopenssl": ('https://pyopenssl.org/en/stable/', None),
"pyopenssl": ('https://www.pyopenssl.org/en/stable/', None),
"trio": ('https://trio.readthedocs.io/en/latest/', None),
}

Expand Down

0 comments on commit 8de7bc9

Please sign in to comment.