Commit ef37b992 authored by Arshad Kazmi's avatar Arshad Kazmi
Browse files

Bug 1428707 - Validated python3 support, updated package version r=davehunt

Differential Revision: https://phabricator.services.mozilla.com/D9565

--HG--
extra : moz-landing-system : lando
parent 3d54ef4b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
[bdist_wheel]
universal=1
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ from __future__ import absolute_import

from setuptools import setup

PACKAGE_VERSION = '0.1'
PACKAGE_VERSION = '0.1.1'

setup(name='mozdebug',
      version=PACKAGE_VERSION,
+0 −1
Original line number Diff line number Diff line
[DEFAULT]
subsuite = mozbase, os == "linux"
skip-if = python == 3
[test.py]