[Python-modules-commits] [dulwich] 02/10: Run tests against a few more pythonv versions.

Jelmer Vernooij jelmer at moszumanska.debian.org
Sat Jan 14 20:35:22 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 ac07ffd412ebc66e428226e165f64098590fb8ee
Author: Jelmer Vernooij <jelmer at jelmer.uk>
Date:   Sat Jan 14 18:18:28 2017 +0000

    Run tests against a few more pythonv versions.
---
 .travis.yml | 8 ++++++++
 tox.ini     | 5 ++++-
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index d842a12..57a12dc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,6 +12,14 @@ matrix:
       env: TEST_REQUIRE="gevent greenlet geventhttpclient fastimport"
     - python: "3.5"
       env: TEST_REQUIRE="gevent greenlet geventhttpclient fastimport"
+    - python: "3.5-dev"
+      env: TEST_REQUIRE="gevent greenlet geventhttpclient fastimport"
+    - python: "3.6"
+      env: TEST_REQUIRE="gevent greenlet geventhttpclient fastimport"
+    - python: "3.6-dev"
+      env: TEST_REQUIRE="gevent greenlet geventhttpclient fastimport"
+    - python: "3.7-dev"
+      env: TEST_REQUIRE="gevent greenlet geventhttpclient fastimport"
 cache:
   directories:
     - $HOME/.cache/pip
diff --git a/tox.ini b/tox.ini
index 5247bc7..46888a2 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
 [tox]
 downloadcache = {toxworkdir}/cache/
-envlist = py27, pypy, py27-noext, pypy-noext, py34, py34-noext, py35, py35-noext
+envlist = py27, pypy, py27-noext, pypy-noext, py34, py34-noext, py35, py35-noext, py36, py36-noext
 
 [testenv]
 
@@ -19,3 +19,6 @@ commands = make check-noextensions
 
 [testenv:py35-noext]
 commands = make check-noextensions
+
+[testenv:py36-noext]
+commands = make check-noextensions

-- 
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