mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 05:54:25 +08:00
Remove Python 3.4 support
This commit is contained in:
2
tox.ini
2
tox.ini
@@ -5,7 +5,6 @@ extras = testing
|
||||
deps =
|
||||
# for testing the typing module
|
||||
py27: typing
|
||||
py34: typing
|
||||
# numpydoc for typing scipy stack
|
||||
numpydoc
|
||||
# sphinx, a dependency of numpydoc, dropped Python 2 support in version 2.0
|
||||
@@ -23,7 +22,6 @@ setenv =
|
||||
# To test Jedi in different versions than the same Python version, set a
|
||||
# different test environment.
|
||||
env27: JEDI_TEST_ENVIRONMENT=27
|
||||
env34: JEDI_TEST_ENVIRONMENT=34
|
||||
env35: JEDI_TEST_ENVIRONMENT=35
|
||||
env36: JEDI_TEST_ENVIRONMENT=36
|
||||
env37: JEDI_TEST_ENVIRONMENT=37
|
||||
|
||||
Reference in New Issue
Block a user