Commit b43ad116 by plusvic

Test other forms of installation

parent 79e25c07
...@@ -3,6 +3,8 @@ python: ...@@ -3,6 +3,8 @@ python:
- "2.6" - "2.6"
- "2.7" - "2.7"
# command to install dependencies # command to install dependencies
install: "pip install yara-python" install:
- pip install yara-python
- python setup.py install
# command to run tests # command to run tests
script: python 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