Skip to content

Commit 066eb01

Browse files
committed
Start testing on PyPy 3 (because why not?)
1 parent 879105c commit 066eb01

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ The `coloredlogs` package enables colored terminal output for Python's logging_
1111
module. The ColoredFormatter_ class inherits from `logging.Formatter`_ and uses
1212
`ANSI escape sequences`_ to render your logging messages in color. It uses only
1313
standard colors so it should work on any UNIX terminal. It's currently tested
14-
on Python 2.7, 3.5+ and PyPy. On Windows `coloredlogs` automatically tries to
15-
enable native ANSI support (on up-to-date Windows 10 installations) and falls
16-
back on using colorama_ (if installed). Here is a screen shot of the demo that
17-
is printed when the command ``coloredlogs --demo`` is executed:
14+
on Python 2.7, 3.5+ and PyPy (2 and 3). On Windows `coloredlogs` automatically
15+
tries to enable native ANSI support (on up-to-date Windows 10 installations)
16+
and falls back on using colorama_ (if installed). Here is a screen shot of the
17+
demo that is printed when the command ``coloredlogs --demo`` is executed:
1818

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

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# directory.
55

66
[tox]
7-
envlist = py27, py35, py36, py37, py38, py39, pypy
7+
envlist = py27, py35, py36, py37, py38, py39, pypy, pypy3
88

99
[testenv]
1010
deps = -rrequirements-tests.txt

0 commit comments

Comments
 (0)