diff options
| author | Alex Grönholm <alex.gronholm@nextday.fi> | 2020-01-07 18:13:36 +0200 |
|---|---|---|
| committer | Alex Grönholm <alex.gronholm@nextday.fi> | 2020-01-22 08:40:15 +0200 |
| commit | cde5f209045614b833d432718d62bcbac0784a90 (patch) | |
| tree | ee3b90e427239cef265e5b4256a3af13f682333a /docs | |
| parent | 502747cf1ff773ba52dd8c61b04ca93d1453db32 (diff) | |
| download | wheel-git-cde5f209045614b833d432718d62bcbac0784a90.tar.gz | |
Replaced Travis with Github Actions
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/development.rst | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/docs/development.rst b/docs/development.rst index b0f2bc4..53c33e3 100644 --- a/docs/development.rst +++ b/docs/development.rst @@ -35,18 +35,13 @@ click "New pull request". That's it. Automated Testing ----------------- -All pull requests and merges to 'master' branch are tested in Travis_ based on -our `.travis.yml file`_. +All pull requests and merges to 'master' branch are tested in `Github Actions`_ +based on the workflows in the ``.github`` directory. -Usually, a link to your specific travis build appears in pull requests, but if -not, you can find it on our `travis pull requests page`_. +The only way to trigger the test suite to run again for a pull request is to +submit another change to the pull branch. -The only way to trigger Travis to run again for a pull request is to submit -another change to the pull branch. - -.. _Travis: https://travis-ci.org/ -.. _.travis.yml file: https://github.com/pypa/wheel/blob/master/.travis.yml -.. _travis pull requests page: https://travis-ci.org/pypa/wheel/pull_requests +.. _Github Actions: https://github.com/actions Running Tests Locally --------------------- |
