[Pkg-privacy-commits] [onionshare] 109/256: Add most recent Python versions in Travis CI

Ulrike Uhlig ulrike at moszumanska.debian.org
Fri May 26 12:53:24 UTC 2017


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

ulrike pushed a commit to branch master
in repository onionshare.

commit 1eed4f62443b9dfa29db1aa6678717452bdf06d6
Author: Sylvain <sylvain.desodt+github at gmail.com>
Date:   Wed Mar 8 15:26:56 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 e23e695..c4d0bfb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,6 +4,10 @@ dist: trusty
 python:
   - "3.4"
   - "3.5"
+  - "3.6"
+  - "3.6-dev"
+  - "3.7-dev"
+  - "nightly"
 # command to install dependencies
 before_install: "sudo apt-get update; sudo apt-get install -y python3-nose python3-flask python3-stem python3-pyqt5"
 install: ""

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/onionshare.git



More information about the Pkg-privacy-commits mailing list