[Python-modules-commits] [dulwich] 01/01: Add debian-specific .travis.yml.

Jelmer Vernooij jelmer at moszumanska.debian.org
Mon Mar 6 21:31:53 UTC 2017


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

jelmer pushed a commit to branch master
in repository dulwich.

commit ba5a708d18d28b5b6f0e90d275fe3df2af0b4a3e
Author: Jelmer Vernooij <jelmer at jelmer.uk>
Date:   Mon Mar 6 21:31:29 2017 +0000

    Add debian-specific .travis.yml.
---
 .travis.yml           | 42 +++++++++---------------------------------
 debian/source/options |  1 +
 2 files changed, 10 insertions(+), 33 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 57a12dc..33c6526 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,36 +1,12 @@
-language: python
-sudo: false
-env:
-  global: TEST_RUNNER=unittest PYTHONHASHSEED=random
-matrix:
-  include:
-    - python: "2.7"
-      env: TEST_REQUIRE="gevent greenlet geventhttpclient fastimport"
-    - python: "pypy"
-      env: TEST_REQUIRE="fastimport"
-    - python: "3.4"
-      env: TEST_REQUIRE="gevent greenlet geventhttpclient fastimport"
-    - python: "3.5"
-      env: TEST_REQUIRE="gevent greenlet geventhttpclient fastimport"
-    - python: "3.5-dev"
-      env: TEST_REQUIRE="gevent greenlet geventhttpclient fastimport"
-    - python: "3.6"
-      env: TEST_REQUIRE="gevent greenlet geventhttpclient fastimport"
-    - python: "3.6-dev"
-      env: TEST_REQUIRE="gevent greenlet geventhttpclient fastimport"
-    - python: "3.7-dev"
-      env: TEST_REQUIRE="gevent greenlet geventhttpclient fastimport"
-cache:
-  directories:
-    - $HOME/.cache/pip
-script:
-  - pip install pip --upgrade
-  - pip install $TEST_REQUIRE
+sudo: required
+language: generic
 
-  # Test without c extensions
-  - python -m $TEST_RUNNER dulwich.tests.test_suite
+services:
+  - docker
 
-  # Test with c extensions
-  - python setup.py build_ext -i
-  - python -m $TEST_RUNNER dulwich.tests.test_suite
+script:
+  - wget -O- http://travis.debian.net/script.sh | sh -
 
+branches:
+  except:
+    - /^debian\/\d/
diff --git a/debian/source/options b/debian/source/options
new file mode 100644
index 0000000..e087c4e
--- /dev/null
+++ b/debian/source/options
@@ -0,0 +1 @@
+extend-diff-ignore = "^\.travis.yml$"

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



More information about the Python-modules-commits mailing list