Add test step for ida_script

pull/104/head
Zach Riggle 9 years ago
parent 40c2819730
commit 6b0c869ed1

@ -19,4 +19,6 @@ install:
- sudo ./setup.sh
before_script:
- isort --check-only --diff pwndbg
script: nosetests ./tests/
script:
- nosetests ./tests/
- python -m py_compile ida_script.py

Loading…
Cancel
Save