Added a MinecraftServer.lookup method, converts a string to host/port (including SRV lookup)

This closes #12
This commit is contained in:
Nathan Adams
2014-09-26 01:05:47 +02:00
parent 18af499c62
commit 7bcbbc7409
9 changed files with 101 additions and 11 deletions

View File

@@ -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