bidict/.travis.yml

12 lines
130 B
YAML
Raw Normal View History

2014-09-23 14:08:21 +00:00
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "pypy"
install:
- python setup.py install
script: python bidict.py