mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 14:34:31 +08:00
After upgrading tox, packaging works again
This commit is contained in:
2
setup.py
2
setup.py
@@ -44,7 +44,7 @@ setup(name='jedi',
|
|||||||
'colorama',
|
'colorama',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
package_data={'jedi': ['third_party']},
|
package_data={'jedi': ['*.pyi']},
|
||||||
platforms=['any'],
|
platforms=['any'],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 4 - Beta',
|
'Development Status :: 4 - Beta',
|
||||||
|
|||||||
1
tox.ini
1
tox.ini
@@ -25,7 +25,6 @@ setenv =
|
|||||||
env37: JEDI_TEST_ENVIRONMENT=37
|
env37: JEDI_TEST_ENVIRONMENT=37
|
||||||
commands =
|
commands =
|
||||||
pytest {posargs}
|
pytest {posargs}
|
||||||
whitelist_externals = pytest
|
|
||||||
[testenv:cov]
|
[testenv:cov]
|
||||||
commands =
|
commands =
|
||||||
coverage run --source jedi -m pytest
|
coverage run --source jedi -m pytest
|
||||||
|
|||||||
Reference in New Issue
Block a user