1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
language: python os: - linux - osx python: - 3.3 - 3.4 install: - pip install asyncio - python setup.py install script: - python runtests.py - PYTHONASYNCIODEBUG=1 python runtests.py