From 6b0c869ed145b894c0c52ec4be4bb9ffcc8d0a4d 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