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 20:30:30 UTC

[18/22] git commit: Add travis config.

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/57e6f4ec
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/57e6f4ec
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/57e6f4ec

Branch: refs/heads/0.13.x
Commit: 57e6f4ec59e22687e9f2642dbf5bea9d04aa342d
Parents: 5820e01
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 20:28:50 2013 +0200

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


http://git-wip-us.apache.org/repos/asf/libcloud/blob/57e6f4ec/.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