Skip to content

Commit 8e9b1d5

Browse files
joejoevictorcopybara-github
authored andcommitted
- Removed travis config file.
- Updated reference of travis to Github Actions. PiperOrigin-RevId: 353675111 Change-Id: Ib1d357252e47acfa6cf03e82109fca6d6bf407da
1 parent 58fd850 commit 8e9b1d5

File tree

3 files changed

+2
-35
lines changed

3 files changed

+2
-35
lines changed

.travis.yml

Lines changed: 0 additions & 33 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Python versions < 3.5.
4949

5050
## Testing
5151

52-
Python Fire uses Travis CI to run tests on each pull request. You can run
52+
Python Fire uses [Github Actions](https://github.com/google/python-fire/actions) to run tests on each pull request. You can run
5353
these tests yourself as well. To do this, first install the test dependencies
5454
listed in setup.py (e.g. pytest, mock, termcolor, and hypothesis).
5555
Then run the tests by running `pytest` in the root directory of the repository.

fire/helptext_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ def testHelpTextFunctionWithLongTypes(self):
191191
self.assertIn('NAME\n long_type', help_screen)
192192
self.assertIn('SYNOPSIS\n long_type LONG_OBJ', help_screen)
193193
self.assertNotIn('DESCRIPTION', help_screen)
194-
# TODO(dbieber): Assert type is displayed correctly. Type displays
194+
# TODO(dbieber): Assert type is displayed correctly. Type displayed
195195
# differently in Travis vs in Google.
196196
# self.assertIn(
197197
# 'POSITIONAL ARGUMENTS\n LONG_OBJ\n'

0 commit comments

Comments
 (0)