[Python-modules-commits] [python-pyld] 152/276: Add travis-ci support.

Wolfgang Borgert debacle at moszumanska.debian.org
Wed Oct 8 23:48:04 UTC 2014


This is an automated email from the git hooks/post-receive script.

debacle pushed a commit to branch master
in repository python-pyld.

commit 809a451f836f93379de055997e76fd80c834d23c
Author: David I. Lehn <dlehn at digitalbazaar.com>
Date:   Tue Aug 6 14:59:27 2013 -0400

    Add travis-ci support.
    
    - Thanks to @bollwyvl for the patch.
    - Bumped Python requirement to 2.6 to avoid compatibility cruft.
---
 .gitignore  |  4 ++++
 .travis.yml | 13 +++++++++++++
 README.rst  |  5 ++++-
 3 files changed, 21 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index efc1d2c..a5e5e7a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,7 +2,11 @@
 *.sw[op]
 *~
 .coverage
+.project
+.pydevproject
+.settings
 MANIFEST
+build
 cover
 dist
 docs/_build
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..c45b040
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,13 @@
+language: python
+python:
+  - "2.6"
+  - "2.7"
+  - "3.2"
+  - "3.3"
+# no requirements, but simulate what a user would see
+install: pip install .
+# download test suite and run tests... submodule? meta testing project with
+# all of the reference implementations?
+script: 
+  - git clone https://github.com/json-ld/json-ld.org.git spec
+  - python tests/runtests.py -d spec/test-suite/tests
diff --git a/README.rst b/README.rst
index 8330c53..869f2b0 100644
--- a/README.rst
+++ b/README.rst
@@ -1,6 +1,9 @@
 PyLD
 ====
 
+.. image:: https://travis-ci.org/digitalbazaar/pyld.png
+   :target: https://travis-ci.org/digitalbazaar/pyld
+
 Introduction
 ------------
 
@@ -41,7 +44,7 @@ Commercial support for this library is available upon request from
 Requirements
 ------------
 
-- Python_ (2.5 or later)
+- Python_ (2.6 or later)
 
 Source
 ------

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-pyld.git



More information about the Python-modules-commits mailing list