mirror of
https://github.com/Dinnerbone/mcstatus.git
synced 2026-04-06 03:51:23 +08:00
7 lines
102 B
YAML
7 lines
102 B
YAML
language: python
|
|
python:
|
|
- 3.3
|
|
- 2.7
|
|
install:
|
|
- pip install mock --use-mirrors
|
|
script: nosetests |