@@ -73,8 +73,8 @@ Using tox_
7373----------
7474
7575Wand should be compatible with various Python implementations including
76- CPython 3.3, PyPy. tox _ is a testing software that helps Python
77- packages to test on various Python implementations at a time.
76+ CPython & PyPy. tox _ is a testing software that helps Python packages to test
77+ on various Python implementations at a time.
7878
7979It can be installed using :program: `pip `:
8080
@@ -88,11 +88,9 @@ on multiple Python interpreters:
8888.. sourcecode :: console
8989
9090 $ tox
91- GLOB sdist-make: /Users/emcconville/Desktop/wand/setup.py
92- py37 create: /Users/emcconville/Desktop/wand/.tox/py37
93- py37 installdeps: pytest
94- py37 sdist-inst: /Users/emcconville/Desktop/wand/.tox/dist/Wand-0.2.2.zip
95- py37 runtests: commands[0]
91+ pypy3: install_deps> python -I -m pip install pytest pytest-forked
92+ pypy3: install_package> python -I -m pip install [...] Wand-X.X.X.tar.gz
93+ pypy3: commands[0]> pytest --forked
9694 ...
9795
9896You can use a double ``-- `` to pass options to pytest:
@@ -107,17 +105,17 @@ You can use a double ``--`` to pass options to pytest:
107105Continuous Integration
108106----------------------
109107
110- .. image :: https://secure.travis-ci.org /emcconville/wand.svg?branch=master
108+ .. image :: https://github.com /emcconville/wand/workflows/Wand%20CI/badge .svg
111109 :alt: Build Status
112- :target: https://travis-ci.org /emcconville/wand
110+ :target: https://github.com /emcconville/wand/actions?query=workflow%3A%22Wand+CI%22
113111
114- `Travis CI `_ automatically builds and tests every commit and pull request.
112+ `GitHub Actions `_ automatically builds and tests every commit and pull request.
115113The above banner image shows the current status of Wand build.
116114You can see the detail of the current status from the following URL:
117115
118- https://travis-ci.org /emcconville/wand
116+ https://github.com /emcconville/wand/actions
119117
120- .. _ Travis CI : http ://travis-ci.org/
118+ .. _ GitHub Actions : https ://docs.github.com/en/actions
121119
122120
123121Code Coverage
0 commit comments