blob: b4a1dadcb9a99aa293c0090664bb4037841a5b72 (
plain)
1
2
3
4
5
6
7
8
|
language: python
python:
- "3.2"
- "3.3"
# command to install dependencies
install: "pip install -r requirements.txt --use-mirrors"
# command to run tests
script: python -m unittest tests
|