Skip to content

Commit

Permalink
Start testing on PyPy 3 (because why not?)
Browse files Browse the repository at this point in the history
  • Loading branch information
xolox committed Dec 9, 2020
1 parent 879105c commit 066eb01
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.rst
Expand Up @@ -11,10 +11,10 @@ The `coloredlogs` package enables colored terminal output for Python's logging_
module. The ColoredFormatter_ class inherits from `logging.Formatter`_ and uses
`ANSI escape sequences`_ to render your logging messages in color. It uses only
standard colors so it should work on any UNIX terminal. It's currently tested
on Python 2.7, 3.5+ and PyPy. On Windows `coloredlogs` automatically tries to
enable native ANSI support (on up-to-date Windows 10 installations) and falls
back on using colorama_ (if installed). Here is a screen shot of the demo that
is printed when the command ``coloredlogs --demo`` is executed:
on Python 2.7, 3.5+ and PyPy (2 and 3). On Windows `coloredlogs` automatically
tries to enable native ANSI support (on up-to-date Windows 10 installations)
and falls back on using colorama_ (if installed). Here is a screen shot of the
demo that is printed when the command ``coloredlogs --demo`` is executed:

.. image:: https://coloredlogs.readthedocs.io/en/latest/_images/defaults.png

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -4,7 +4,7 @@
# directory.

[tox]
envlist = py27, py35, py36, py37, py38, py39, pypy
envlist = py27, py35, py36, py37, py38, py39, pypy, pypy3

[testenv]
deps = -rrequirements-tests.txt
Expand Down

0 comments on commit 066eb01

Please sign in to comment.