Skip to content
Snippets Groups Projects
Commit 4455b81c authored by juga's avatar juga
Browse files

CI: disable doclinks temporally

since Travis is failing to check github.com with forbidden error,
but it doesn't fail locally
(https://travis-ci.org/torproject/sbws/jobs/511862070#L1938).
parent 0f33d3a4
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ script:
- tox
# This is not in included in the tox envlist, in order to don't need Internet
# when running tox
- tox -e doclinks
# - tox -e doclinks
- tox -e clean
before_install:
......
......@@ -4,7 +4,7 @@ envlist = py35, py36, inst, setup, unit, integration, lint, stats, doc
[travis]
python =
3.5: py35, inst, setup, unit, integration, lint, doc, doclinks
3.5: py35, inst, setup, unit, integration, lint, doc
3.6: py36, inst, setup, unit, integration
[testenv]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment