1
0
forked from VimPlug/jedi

Add qa env

Ignores tests with flake8 completely for now.
This commit is contained in:
Daniel Hahler
2018-07-15 23:25:08 +02:00
parent 3bdb941daa
commit 28ecbd6b6a
3 changed files with 9 additions and 1 deletions

View File

@@ -39,6 +39,9 @@ setup(name='jedi',
# coloroma for colored debug output
'colorama',
],
'qa': [
'flake8==3.5.0',
],
},
package_data={'jedi': ['evaluate/compiled/fake/*.pym']},
platforms=['any'],