[tor-commits] [sbws/master] CI: disable doclinks temporally
juga at torproject.org
juga at torproject.org
Wed Mar 27 09:59:23 UTC 2019
commit 4455b81c5bc3c872f262dba39ca266aff047bb26
Author: juga0 <juga at riseup.net>
Date: Wed Mar 27 07:57:47 2019 +0000
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).
---
.travis.yml | 2 +-
tox.ini | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index aa477ef..1afe725 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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:
diff --git a/tox.ini b/tox.ini
index 7109cc5..4136036 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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]
More information about the tor-commits
mailing list