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