Commit Graph

12 Commits

Author SHA1 Message Date
David Bieber
7ae81bf95b Update build.yml dropping Python 2.7 2024-01-02 15:41:48 -05:00
Jirka Borovec
c29b923133 adding python 3.10 [tag & CI] (#428)
* adding python 3.10
2023-02-06 10:41:38 -05:00
Hugo van Kemenade
910b1f8a94 Fix path to requirements.txt (#433) 2023-02-01 12:34:49 -08:00
Jirka Borovec
396ef1c4ef freeze CI requirements (#431)
* freeze CI requirements, including pylint
2023-02-01 11:47:53 -08:00
David Bieber
c4bd14b45a Python Fire Version Bump (#416)
Bumps version to 0.5.0 in preparation for next release
2022-11-28 16:13:34 -05:00
David Bieber
c367ce99aa Bring continuous integration to working state (#415)
Contained in this PR:

* Use latest versions of checkout and python setup GitHub actions
* Fix Ubuntu version since not all Python versions are available on ubuntu-latest
* Lint fixes: use setattr directly instead of via dunder-method, and ignore unnecessary lambda lint warnings.
* Loosen formatting tests
2022-11-28 16:09:56 -05:00
David Bieber
8469e487dc Move python 3 only component to test_components_py3.py (#389)
* #316 adds a test using Python 3 only features; this CL makes that test only run for Python 3 versions.
2022-04-16 16:42:02 -04:00
David Bieber
21ae57c38d Remove testing for Python 3.4 (#388)
* Removes testing from CI for Python 3.4
* Adds lint disabling for new linter checks that have been added.
2022-04-16 15:58:07 -04:00
Joe Chen
58fd850862 - Installed mock, required by the tests.
- Exits the build shell script if any of the commands fails.

PiperOrigin-RevId: 353310695
Change-Id: I7e4df5de32ec4b3c8ca03ab6f5cf7a03f8f61856
2021-01-22 13:43:34 -08:00
David Bieber
c97ac311ee Trigger copybara
Renames yaml to yml.

PiperOrigin-RevId: 353295857
Change-Id: Ifdd0b0dca8819257ae51bd1dc62690a05ae7fdcc
2021-01-22 12:32:50 -08:00
Joe Chen
fbe1bf858f chmod +x .github/scripts/build.sh
PiperOrigin-RevId: 353290438
Change-Id: Ia5cf4c00333f8e7439edebce3fb2e366eef88462
2021-01-22 12:32:43 -08:00
Joe Chen
59eb4daeee Migrate Python Fire CI from Travis to Github Actions.
PiperOrigin-RevId: 353286136
Change-Id: I030d43b4c911137c2859b1d5dcd91e5831dc6b2d
2021-01-22 12:32:33 -08:00