mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 14:04:26 +08:00
Remove a lot of test references to Python 2/3.5
This commit is contained in:
9
tox.ini
9
tox.ini
@@ -1,14 +1,11 @@
|
||||
[tox]
|
||||
envlist = py27, py35, py36, py37, py38, qa
|
||||
envlist = py36, py37, py38, qa
|
||||
[testenv]
|
||||
extras = testing
|
||||
deps =
|
||||
# for testing the typing module
|
||||
py27: typing
|
||||
# numpydoc for typing scipy stack
|
||||
numpydoc
|
||||
# sphinx, a dependency of numpydoc, dropped Python 2 support in version 2.0
|
||||
sphinx < 2.0
|
||||
sphinx
|
||||
cov: coverage
|
||||
# Overwrite the parso version (only used sometimes).
|
||||
git+https://github.com/davidhalter/parso.git
|
||||
@@ -21,8 +18,6 @@ setenv =
|
||||
PYTHONWARNINGS=always
|
||||
# To test Jedi in different versions than the same Python version, set a
|
||||
# different test environment.
|
||||
env27: JEDI_TEST_ENVIRONMENT=27
|
||||
env35: JEDI_TEST_ENVIRONMENT=35
|
||||
env36: JEDI_TEST_ENVIRONMENT=36
|
||||
env37: JEDI_TEST_ENVIRONMENT=37
|
||||
env38: JEDI_TEST_ENVIRONMENT=38
|
||||
|
||||
Reference in New Issue
Block a user