Commit c2d1865c by plusvic

Remove pip installation from Travis CI

parent 14f1f661
language: python
python:
- "2.6"
- "2.7"
# command to install dependencies
install:
- pip install yara-python
install:
- python setup.py install
# 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