language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "pypy"
install:
- python setup.py install
script: python bidict.py
sudo: false