.travis.yml 191 Bytes Edit 1 2 3 4 5 6 7 8 9 10 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