Run lint step on travis-ci.
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/32087bf5 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/32087bf5 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/32087bf5 Branch: refs/heads/trunk Commit: 32087bf5616f823a927acac214fa2a18bc76d36e Parents: fa06fd7 Author: Tomaz Muraus <[email protected]> Authored: Sat Oct 26 00:00:58 2013 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Sat Oct 26 00:00:58 2013 +0200 ---------------------------------------------------------------------- .travis.yml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/32087bf5/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 4210b98..7597314 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: python python: 2.7 env: + - TOX_ENV=lint - TOX_ENV=py26 - TOX_ENV=py27 - TOX_ENV=pypy
