Commit 79e25c07 by plusvic

Fix test script in Travis CI configuration.

parent 53d34f4d
...@@ -5,4 +5,4 @@ python: ...@@ -5,4 +5,4 @@ python:
# command to install dependencies # command to install dependencies
install: "pip install yara-python" install: "pip install yara-python"
# command to run tests # command to run tests
script: tests.py script: python tests.py
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment