language: python python: - "3.4" # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors install: pip install lxml requests # command to run tests, e.g. python setup.py test #script: python -m unittest test_shivandragon test_callow test_cardclass test_sorin script: ./fulltest.sh