17 lines
193 B
YAML

language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "pypy"
- "pypy3"
install:
- pip install Cython
- pip install --upgrade -e .[test]
script:
- python setup.py test