Skip to content

Commit c3c1c5c

Browse files
Alexey StepanovAlexey Stepanov
authored andcommitted
Tested with Jyton 2.7
No code changes
1 parent 87ddd23 commit c3c1c5c

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Pros:
3636
Python 3.5
3737
Python 3.6
3838
PyPy
39+
Jyton 2.7
3940

4041
This package also includes helpers:
4142

@@ -247,6 +248,7 @@ Test environments available:
247248
py35
248249
py36
249250
pypy
251+
jyton
250252
pylint
251253
docs
252254

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848

4949
'Programming Language :: Python :: Implementation :: CPython',
5050
'Programming Language :: Python :: Implementation :: PyPy',
51+
'Programming Language :: Python :: Implementation :: Jython',
5152
],
5253
keywords='logging debugging development',
5354

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
[tox]
77
minversion = 2.0
8-
envlist = pep8, py{27,34,35,36}, pypy, pylint, docs, bandit
8+
envlist = pep8, py{27,34,35,36}, pypy, jyton, pylint, docs, bandit
99
skipsdist = True
1010
skip_missing_interpreters = True
1111

0 commit comments

Comments
 (0)