aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKolin Lu <kolinlu@google.com>2023-09-21 08:46:37 +0800
committerGitHub <noreply@github.com>2023-09-20 17:46:37 -0700
commit207d7933992733b172ccb5e6543078f747063bd3 (patch)
treecc0162dafa64f8cfaa1af200c4dfdd66af8868be
parent539a442ed0a396ceec1dfd692f452ddf1380a872 (diff)
downloadmobly-207d7933992733b172ccb5e6543078f747063bd3.tar.gz
Add the latest release version and CI build status (#895)
* Also start running tests on Python 3.9, 3.10, and 3.11
-rw-r--r--.github/workflows/ci.yml4
-rw-r--r--README.md8
2 files changed, 5 insertions, 7 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index b788662..9bf367e 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -1,4 +1,4 @@
-name: CI tests for google/mobly
+name: CI
on: [push, pull_request]
@@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
- python-version: [3.7, 3.8]
+ python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
steps:
- name: Checkout repo
uses: actions/checkout@v2
diff --git a/README.md b/README.md
index 290a5b1..375737c 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,8 @@
# Welcome to Mobly
+[![Latest release](https://img.shields.io/github/release/google/mobly.svg)](https://github.com/google/mobly/releases/latest)
+[![Build Status](https://github.com/google/mobly/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/google/mobly/actions)
+
**Mobly** is a Python-based test framework that specializes in supporting test
cases that require multiple devices, complex environments, or custom hardware
setups.
@@ -28,11 +31,6 @@ Mobly tests could run on the following platforms:
- MacOS 10.6+
- Windows 7+
-| Platform | Build Status |
-|----------|--------------|
-| Linux | [![Linux Build Status](https://travis-ci.org/google/mobly.svg?branch=master)](https://travis-ci.org/google/mobly) |
-| Windows | [![Windows Build Status](https://storage.googleapis.com/mobly-kokoro-build-badges/mobly-windows.svg)](https://fusion.corp.google.com/projectanalysis/current/KOKORO/prod%3Amobly%2Fgcp_windows%2Fcontinuous) |
-
## System dependencies
- adb (1.0.40+ recommended)
- python3.7+