travis: install requests in correct env to trigger build
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/a3954763 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/a3954763 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/a3954763 Branch: refs/heads/trunk Commit: a3954763d15b75d2f0c018a2d641f2986b4f6e95 Parents: 7bdbfc6 Author: Quentin Pradet <[email protected]> Authored: Tue Oct 16 17:17:13 2018 +0400 Committer: Quentin Pradet <[email protected]> Committed: Mon Oct 22 21:42:51 2018 +0400 ---------------------------------------------------------------------- .travis.yml | 1 + tox.ini | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/a3954763/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index efeee42..4a377dd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,6 +46,7 @@ matrix: - libvirt-dev # Trigger ReadTheDocs build on docs builder after_success: + - pip3 install requests - python3 ./contrib/trigger_rtd_build.py 8284 install: http://git-wip-us.apache.org/repos/asf/libcloud/blob/a3954763/tox.ini ---------------------------------------------------------------------- diff --git a/tox.ini b/tox.ini index 89610c0..bafba56 100644 --- a/tox.ini +++ b/tox.ini @@ -32,7 +32,6 @@ deps = pysphere backports.ssl_match_hostname lockfile rstcheck - requests changedir = docs commands = pip install sphinx~=1.6.0 rstcheck --report warning ../CHANGES.rst
