[Python-modules-commits] [dulwich] 01/01: Readd travis config.
Jelmer Vernooij
jelmer at moszumanska.debian.org
Sun Aug 20 13:37:29 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 e792aa2669682bfb5a210698e0fe3a816d44576a
Author: Jelmer Vernooij <jelmer at debian.org>
Date: Sun Aug 20 13:36:59 2017 +0000
Readd travis config.
---
.travis.yml | 45 ++++++++-------------------------------------
1 file changed, 8 insertions(+), 37 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 2753c29..33c6526 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,41 +1,12 @@
-language: python
-sudo: false
-cache: pip
+sudo: required
+language: generic
-python:
- - 2.7
- - 3.3
- - 3.4
- - 3.5
- - 3.5-dev
- - 3.6
- - 3.6-dev
- - 3.7-dev
- - pypy3.3-5.2-alpha1
-
-env:
- - PYTHONHASHSEED=random
- TEST_REQUIRE="gevent greenlet geventhttpclient fastimport"
-
-matrix:
- include:
- - python: pypy
- env: TEST_REQUIRE=fastimport
-
-install:
- - travis_retry pip install -U pip coverage codecov flake8 $TEST_REQUIRE
+services:
+ - docker
script:
- # Test without c extensions
- - python -m coverage run -p --source=dulwich -m unittest dulwich.tests.test_suite
-
- # Test with c extensions
- - python setup.py build_ext -i
- - python -m coverage run -p --source=dulwich -m unittest dulwich.tests.test_suite
-
- # Style
- - make style
+ - wget -O- http://travis.debian.net/script.sh | sh -
-after_success:
- - python -m coverage combine
- - codecov
+branches:
+ except:
+ - /^debian\/\d/
--
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