diff --git a/.travis.yml b/.travis.yml index 58f7ebf..965c489 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,17 +1,15 @@ --- language: python python: - - "2.6" - "2.7" - - "3.3" - "3.4" + - "3.5" + - "3.6" before_install: - pip install --upgrade setuptools install: - "python setup.py develop" - - if [[ $TRAVIS_PYTHON_VERSION == '3.3' ]]; then pip install aiohttp==0.17.4; fi - - if [[ $TRAVIS_PYTHON_VERSION == '3.4' ]]; then pip install aiohttp; fi + - "if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then pip install aiohttp; fi" - "pip install tornado" - "pip install urlfetch" - - if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2; fi script: "python setup.py test" diff --git a/README.md b/README.md index 88ab94a..fb52ee8 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ In order to use this library, you need to have a free account on