fixed for tests

This commit is contained in:
JanLJL
2019-04-30 18:46:45 +02:00
parent f189d6aca5
commit c70e57ab1a
3 changed files with 2 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
[pep8]
max-line-length=100
max-line-length=99
[metadata]
license-file=LICENSE

View File

@@ -91,6 +91,7 @@ setup(
install_requires=[
'numpy',
'pandas',
'pyparsing',
'kerncraft',
],
python_requires='>=3.5',

0
tests/test_parser_x86att.py Normal file → Executable file
View File