mirror of
https://github.com/Dinnerbone/mcstatus.git
synced 2026-04-06 03:51:23 +08:00
Added travis support
This commit is contained in:
7
.travis.yml
Normal file
7
.travis.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
language python
|
||||
python
|
||||
- 3.3
|
||||
- 2.7
|
||||
- 2.6
|
||||
install: pip install .
|
||||
script: nosetests
|
||||
Reference in New Issue
Block a user