[Pkg-bitcoin-commits] [python-quamash] 35/78: Added Python 3.6 to CI

Jonas Smedegaard dr at jones.dk
Tue Dec 19 01:19:53 UTC 2017


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

js pushed a commit to annotated tag debian/0.6.0_dfsg-1
in repository python-quamash.

commit 19d6656360686c0e2cb1a2852ee5fbc96508b09a
Author: Korijn van Golen <k.vangolen at clinicalgraphics.com>
Date:   Fri Aug 11 08:57:42 2017 +0200

    Added Python 3.6 to CI
---
 .travis.yml  |  5 +++--
 appveyor.yml | 20 ++++++++++++++++++++
 2 files changed, 23 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index bd8a572..945fbdf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,6 +3,7 @@ python:
   - "3.3"
   - "3.4"
   - "3.5"
+  - "3.6"
 before_install:
   - export DISPLAY=:99.0
   - sh -e /etc/init.d/xvfb start
@@ -52,7 +53,7 @@ install:
   # Builds Complete
   - popd
   # PySide
-  - if [ $TRAVIS_PYTHON_VERSION != '3.5' ]; then pip install --find-links wheelhouse/ pyside; fi
+  - if [ $TRAVIS_PYTHON_VERSION != '3.5' && $TRAVIS_PYTHON_VERSION != '3.6' ]; then pip install --find-links wheelhouse/ pyside; fi
   # Python 3.3
   - if echo $TRAVIS_PYTHON_VERSION | grep -q '^3.3'; then pip install asyncio; fi
   # flake8 style checker
@@ -60,7 +61,7 @@ install:
 script:
   - flake8
   - flake8 --select=D1 quamash/*.py
-  - if [ $TRAVIS_PYTHON_VERSION != '3.5']; then QUAMASH_QTIMPL=PySide py.test; fi
+  - if [ $TRAVIS_PYTHON_VERSION != '3.5' && $TRAVIS_PYTHON_VERSION != '3.6' ]; then QUAMASH_QTIMPL=PySide py.test; fi
   - QUAMASH_QTIMPL=PyQt4 py.test
   - QUAMASH_QTIMPL=PyQt5 py.test
 cache:
diff --git a/appveyor.yml b/appveyor.yml
index f9f180b..d70d92a 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -20,6 +20,26 @@ environment:
       PYTHON_VERSION: "3.3.5"
       PYTHON_ARCH: "32"
       QTIMPL: "PySide"
+    
+    - PYTHON: "C:\Python35"
+      PYTHON_VERSION: "3.5.3"
+      PYTHON_ARCH: "32"
+      QTIMPL: "PyQt4"
+
+    - PYTHON: "C:\Python35"
+      PYTHON_VERSION: "3.5.3"
+      PYTHON_ARCH: "32"
+      QTIMPL: "PyQt5"
+      
+    - PYTHON: "C:\Python36"
+      PYTHON_VERSION: "3.6.1"
+      PYTHON_ARCH: "32"
+      QTIMPL: "PyQt4"
+
+    - PYTHON: "C:\Python36"
+      PYTHON_VERSION: "3.6.1"
+      PYTHON_ARCH: "32"
+      QTIMPL: "PyQt5"
 
 init:
   - "ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH% %QTIMPL%"

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



More information about the Pkg-bitcoin-commits mailing list