diff options
| author | Gael Pasgrimaud <gael@gawel.org> | 2020-11-18 12:04:27 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-18 12:04:27 +0100 |
| commit | 4dcbcc52a21f448e8ee3760e4758067f4e48389c (patch) | |
| tree | 5f6d75f8a5f5dad947ea8d672aab6108e232ab5e /docs | |
| parent | 6860cbcb368cc3af8f7f650fa5253d7b2538d903 (diff) | |
| parent | 8e84e4a73ed402b116e8603504b1ddce32c4dda8 (diff) | |
| download | webtest-4dcbcc52a21f448e8ee3760e4758067f4e48389c.tar.gz | |
Merge pull request #231 from Pylons/github-actions
Switch from Travis to GitHub Actions
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/contributing.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/contributing.rst b/docs/contributing.rst index 9d2a7bb..f2acbbb 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -23,7 +23,7 @@ Execute tests .. code-block:: bash - $ bin/nosetests + $ bin/pytest Doctest: forms.rst ... ok Doctest: index.rst ... ok |
