Add test step for ida_script

pull/104/head
Zach Riggle 9 years ago
parent 97020fe149
commit 1be20e4a2d

@ -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