From 1be20e4a2d6c32385148d1807ea9f7039308c0bf Mon Sep 17 00:00:00 2001 From: Zach Riggle Date: Thu, 4 Aug 2016 09:50:02 -0700 Subject: [PATCH] Add test step for ida_script --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7848d689c..1fda4d0a1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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