Bug 1388016 - Run mozterm tests against Python 2 and 3; r?ahal draft
authorDave Hunt <dhunt@mozilla.com>
Thu, 21 Jun 2018 06:09:22 +0100
changeset 810735 a11876c9501065ed9a788fdc45a538c02e80b1b4
parent 810734 2723c85f9318a0f83c5d82c14a894f77eef10ccb
child 810736 02bda08ffc99e043727376e393033e42594c12e4
push id114078
push userbmo:dave.hunt@gmail.com
push dateTue, 26 Jun 2018 10:56:45 +0000
reviewersahal
bugs1388016
milestone63.0a1
Bug 1388016 - Run mozterm tests against Python 2 and 3; r?ahal MozReview-Commit-ID: CG4fHCQgfiu
taskcluster/ci/source-test/python.yml
--- a/taskcluster/ci/source-test/python.yml
+++ b/taskcluster/ci/source-test/python.yml
@@ -125,17 +125,17 @@ mozlint:
         subsuite: mozlint
     when:
         files-changed:
             - 'python/mozlint/**'
             - 'tools/lint/**'
 
 mozterm:
     description: python/mozterm unit tests
-    python-version: [2]
+    python-version: [2, 3]
     treeherder:
         symbol: term
     run:
         using: python-test
         subsuite: mozterm
     when:
         files-changed:
             - 'python/mozterm/**'