File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,11 @@ Mobly comes with a set of libs to control common devices like Android devices.
19
19
20
20
While developed by Googlers, Mobly is not an official Google product.
21
21
22
+ ## Supported Platform
23
+ - Ubuntu 14.04+
24
+ - MacOS 10.6+
25
+ - Windows 7+
26
+
22
27
## System dependencies
23
28
- adb (1.0.36+ recommended)
24
29
- python2.7 or python3.4+
Original file line number Diff line number Diff line change @@ -59,13 +59,13 @@ def run_tests(self):
59
59
def main ():
60
60
setuptools .setup (
61
61
name = 'mobly' ,
62
- version = '1.2.1 ' ,
62
+ version = '1.3 ' ,
63
63
maintainer = 'Ang Li' ,
64
64
maintainer_email = '[email protected] ' ,
65
65
description = 'Automation framework for special end-to-end test cases' ,
66
66
license = 'Apache2.0' ,
67
67
url = 'https://github.com/google/mobly' ,
68
- download_url = 'https://github.com/google/mobly/tarball/1.2.1 ' ,
68
+ download_url = 'https://github.com/google/mobly/tarball/1.3 ' ,
69
69
packages = setuptools .find_packages (),
70
70
include_package_data = False ,
71
71
scripts = ['tools/sl4a_shell.py' , 'tools/snippet_shell.py' ],
You can’t perform that action at this time.
0 commit comments