language: python python: - "2.6" - "2.7" - "3.3" - "3.4" - "pypy" install: - if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then pip install aiohttp; fi script: python setup.py test branches: only: - master