You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2013/08/01 18:35:38 UTC

git commit: Add travis config.

Updated Branches:
  refs/heads/trunk a6bebca67 -> 3921d84f7


Add travis config.


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/3921d84f
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/3921d84f
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/3921d84f

Branch: refs/heads/trunk
Commit: 3921d84f7614eb9e2352280a2184b4ebaeddb9fd
Parents: a6bebca
Author: Tomaz Muraus <to...@apache.org>
Authored: Thu Aug 1 18:35:21 2013 +0200
Committer: Tomaz Muraus <to...@apache.org>
Committed: Thu Aug 1 18:35:21 2013 +0200

----------------------------------------------------------------------
 .travis.yml | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/3921d84f/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..f750c18
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,15 @@
+language: python
+python: 2.7
+env:
+  - TOX_ENV=py25
+  - TOX_ENV=py26
+  - TOX_ENV=py27
+  - TOX_ENV=pypy
+  - TOX_ENV=py32
+  - TOX_ENV=py33
+
+install:
+  - pip install tox
+
+script:
+  - tox -e $TOX_ENV