Skip to content
Snippets Groups Projects
Commit 2a662962 authored by Hugo's avatar Hugo Committed by Claudiu Popa
Browse files

Jython is no longer supported

parent 72ad8188
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -73,7 +73,6 @@ classifiers = ['Development Status :: 4 - Beta',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: Jython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Software Development :: Debuggers',
'Topic :: Software Development :: Quality Assurance',
Loading
Loading
Loading
Loading
@@ -267,7 +267,7 @@ class RefactoringChecker(checkers.BaseTokenChecker):
# AST exists by the time process_tokens is called, so
# it's safe to assume tokens[index+1]
# exists. tokens[index+1][2] is the elif's position as
# reported by cPython, Jython and PyPy,
# reported by CPython and PyPy,
# tokens[index][2] is the actual position and also is
# reported by IronPython.
self._elifs.extend([tokens[index][2], tokens[index+1][2]])
Loading
Loading
[testoptions]
max_pyver=3.0
except_implementations=Jython
\ No newline at end of file
[testoptions]
except_implementations=Jython
\ No newline at end of file
[testoptions]
max_pyver=3.0
except_implementations=Jython
[testoptions]
except_implementations=Jython
[testoptions]
except_implementations=Jython
\ No newline at end of file
[testoptions]
max_pyver=3.0
except_implementations=PyPy,Jython
\ No newline at end of file
except_implementations=PyPy
\ No newline at end of file
[testoptions]
min_pyver=3.0
except_implementations=CPython, Jython, IronPython
\ No newline at end of file
except_implementations=CPython, IronPython
\ No newline at end of file
[tox]
envlist = py27, py34, py35, py36, pypy, jython, pylint
envlist = py27, py34, py35, py36, pypy, pylint
skip_missing_interpreters = true
 
[testenv:pylint]
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment