language: python python: - "2.6" - "2.7" - "3.3" - "3.4" - "pypy" install: - "pip install -r requirements_dev.txt" - "python setup.py install" - python check_py3k.py && pip install aiohttp || true script: py.test -x tests/ branches: only: - master