.travis.yml 191 Bytes
language: python
python:
  - "2.6"
  - "2.7"
# command to install dependencies
install:
  - pip install yara-python
  - python setup.py install
# command to run tests
script: python tests.py