summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 5a2c7d7b6c4d9c27d16d2d6767a699deab232b41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
language: python

os:
  - linux
  - osx

python:
    - 3.3
    - 3.4
    - "nightly"

install:
    - pip install asyncio
    - python setup.py install

script:
    - python runtests.py
    - PYTHONASYNCIODEBUG=1 python runtests.py