Files
mcstatus/.travis.yml
2014-09-05 12:36:18 +02:00

8 lines
152 B
YAML

language: python
python:
- 3.3
- 2.7
install:
- pip install -r requirements.txt --use-mirrors
- pip install mock --use-mirrors
script: nosetests