blob: 46f140dffaaf7fde069acf0a522d266146a83c40 (
plain)
1
2
3
4
5
6
7
8
|
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
|