[Python-modules-commits] [afew] 05/06: Overwrite .travis.yml
Free Ekanayaka
freee at moszumanska.debian.org
Wed Feb 7 10:03:01 UTC 2018
This is an automated email from the git hooks/post-receive script.
freee pushed a commit to branch master
in repository afew.
commit 2ebb8d1a6cbbbbb83474dee852a03a5ad3b82592
Author: Free Ekanayaka <freee at debian.org>
Date: Wed Feb 7 09:53:45 2018 +0000
Overwrite .travis.yml
---
.travis.yml | 28 ++++++++--------------------
1 file changed, 8 insertions(+), 20 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index f758bcd..cf2f794 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,23 +1,11 @@
-dist: trusty
-language: python
-python:
- - "2.7"
- - "3.4"
- - "3.5"
- - "3.6"
+sudo: required
-addons:
- apt:
- packages:
- - notmuch
- - python-notmuch
- - python3-notmuch
+services:
+ - docker
-install:
- - ln -s /usr/lib/python3/dist-packages/notmuch ${VIRTUAL_ENV}/lib/python*/site-packages
- - pip install codeclimate-test-reporter
- - python setup.py install
script:
- - coverage run --source=afew setup.py test
-after_success:
- - codeclimate-test-reporter
+ - wget -O- http://travis.debian.net/script.sh | sh -
+
+branches:
+ except:
+ - /^debian\/\d/
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/afew.git
More information about the Python-modules-commits
mailing list