Skip to content

Commit d83ae2e

Browse files
committed
Doc updates for Travis -> GH Actions
1 parent 11df1bc commit d83ae2e

File tree

2 files changed

+4
-21
lines changed

2 files changed

+4
-21
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Please note we have a code of conduct, please follow it in all your interactions
1414
3. Bad documnentation is a Bug. If your change demands documentation update, please do so. If you
1515
find an issue with documentation, take the time to improve or fix it.
1616
4. pytest is used for automated testing. Please make sure to update tests that are needed, and to run
17-
`make test` before submitting your pull request. This should prevent issues with TravisCI and
17+
`make test` before submitting your pull request. This should prevent issues with CI and
1818
make the review and merging process easier and faster.
1919
5. Update the README.md with details of changes to the interface, this includes new environment
2020
variables, exposed ports, useful file locations and container parameters.

doc/developing.rst

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
.. module:: libtmux
2-
3-
.. _developing:
1+
_developing:
42

53
======================
64
Developing and Testing
@@ -147,21 +145,7 @@ Rebuild the documentation when an ``.rst`` file is edited:
147145
148146
.. _libtmux developer config:
149147

150-
libtmux developer config
151-
------------------------
152-
153-
After you :ref:`install_dev_env`, when inside the libtmux checkout:
154-
155-
.. code-block:: bash
156-
157-
$ libtmux load .
158-
159-
this will load the ``.tmuxp.yaml`` in the root of the project.
160-
161-
.. literalinclude:: ../.tmuxp.yaml
162-
:language: yaml
163-
164-
.. _travis:
148+
.. _gh_actions:
165149

166150
GH Actions
167151
~~~~~~~~~~
@@ -170,13 +154,12 @@ libtmux uses `github actions`_ for continuous integration / automatic unit
170154
testing.
171155

172156
libtmux is tested against tmux 1.8 and the latest git source. Interpretters
173-
tested are pypy, pypy3, 2.7 and >= 3.3. The `travis build site`_ uses this
157+
tested are pypy, pypy3, 2.7 and >= 3.3. The actions use this
174158
`.github/workflows/libtmux-ci.yml`_ configuration:
175159

176160
.. literalinclude:: ../.github/workflows/libtmux-ci.yml
177161
:language: yaml
178162

179163
.. _github actions: https://github.com/features/actions
180-
.. _travis build site: http://www.travis-ci.org/tmux-python/libtmux
181164
.. _.github/workflows/libtmux-ci.yml: https://github.com/tmux-python/libtmux/blob/master/.github/workflows/libtmux-ci.yml
182165
.. _issue on github: https://github.com/tmux-python/libtmux/issues

0 commit comments

Comments
 (0)