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