pyzmq/.travis.yml

15 lines
187 B
YAML

language: python
python:
- 2.6
- 2.7
- 3.2
before_install:
- pip install -q --use-mirrors cython
install:
- python setup.py build_ext --inplace
script: python setup.py test