Repository: libcloud Updated Branches: refs/heads/trunk 2a2d6f574 -> cfb6acc91
Fix tox target name. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/cfb6acc9 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/cfb6acc9 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/cfb6acc9 Branch: refs/heads/trunk Commit: cfb6acc9171cb9a53c4d045f4d7ea307e174b18a Parents: 2a2d6f5 Author: Tomaz Muraus <[email protected]> Authored: Sun Jan 3 22:18:06 2016 +0800 Committer: Tomaz Muraus <[email protected]> Committed: Sun Jan 3 22:18:06 2016 +0800 ---------------------------------------------------------------------- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/cfb6acc9/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 8580645..719063d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,8 +23,8 @@ matrix: env: ENV=lint before_script: TOX_ENV=lint - python: 2.7 - env: ENV=docs-travis - before_script: TOX_ENV=docs + env: ENV=docs + before_script: TOX_ENV=docs-travis install: - TOX_ENV=py$TRAVIS_PYTHON_VERSION
