bidict/.travis.yml

12 lines
130 B
YAML

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