mirror of
https://github.com/Dinnerbone/mcstatus.git
synced 2026-04-06 03:51:23 +08:00
Added a MinecraftServer.lookup method, converts a string to host/port (including SRV lookup)
This closes #12
This commit is contained in:
@@ -3,6 +3,6 @@ python:
|
||||
- 3.3
|
||||
- 2.7
|
||||
install:
|
||||
- pip install -r requirements.txt --use-mirrors
|
||||
- pip install mock --use-mirrors
|
||||
- if [[ $TRAVIS_PYTHON_VERSION == 2* ]]; then pip install -r requirements/python2.txt --use-mirrors; fi
|
||||
- if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then pip install -r requirements/python3.txt --use-mirrors; fi
|
||||
script: nosetests
|
||||
Reference in New Issue
Block a user