[Pkg-mpd-commits] [python-mpd] 45/91: Add most recent Python versions in Travis CI

Simon McVittie smcv at debian.org
Sat Feb 24 14:55:33 UTC 2018


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

smcv pushed a commit to branch debian/master
in repository python-mpd.

commit c77319f0b1ca3619ff6d16825e39062732926be6
Author: Sylvain <sylvain.desodt+github at gmail.com>
Date:   Mon Mar 6 21:06:34 2017 +0100

    Add most recent Python versions in Travis CI
    
    Add more recent Python versions including
    development branches and nightly build.
---
 .travis.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 8aec8db..5f756c9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,6 +7,10 @@ python:
   - "3.3"
   - "3.4"
   - "3.5"
+  - "3.6"
+  - "3.6-dev"
+  - "3.7-dev"
+  - "nightly"
   - "pypy"
 
 install:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mpd/python-mpd.git



More information about the Pkg-mpd-commits mailing list