clean up pyflakes issues, fix args missing in angr error message, and run pyflakes on deepstate code
This commit is contained in:
@@ -17,8 +17,9 @@ install:
|
||||
- python setup.py install
|
||||
- cd ..
|
||||
env:
|
||||
- TASK=ANGR DEEPSTATE_CMD=deepstate-angr
|
||||
- TASK=MANTICORE DEEPSTATE_CMD=deepstate-manticore
|
||||
- TASK=ANGR_BASIC DEEPSTATE_CMD=deepstate-angr
|
||||
- TASK=MANTICORE_BASIC DEEPSTATE_CMD=deepstate-manticore
|
||||
script:
|
||||
- pyflakes bin/deepstate/*.py
|
||||
- pyflakes tests/*.py
|
||||
- nosetests --verbose
|
||||
|
||||
Reference in New Issue
Block a user