Only check pwndbg module

pull/118/head
Zach Riggle 9 years ago
parent b1482385f6
commit b1892b2774

@ -18,10 +18,8 @@ install:
- pip install -r requirements.txt
- sudo ./setup.sh
script:
- git status -sb
- futurize --all-imports --stage1 --print-function --write --unicode-literals pwndbg
- git diff-index --quiet HEAD --
- git status -sb
- git diff-index --quiet HEAD -- pwndbg
- isort --check-only --diff --recursive pwndbg
- nosetests ./tests/
- python2.7 -m py_compile ida_script.py $(git ls-files 'pwndbg/*.py')

Loading…
Cancel
Save