blob: ac0c065df0b81682357a23180bf40cfbd4efe25a [file] [log] [blame]
language: python
python:
- 2.6
- 2.7
- 3.2
- 3.3
# command to run tests, e.g. python setup.py test
install: pip install -r requirements.txt
before_script: python setup.py build_ext
script: python setup.py test