mirror of https://github.com/jab/bidict.git
12 lines
130 B
YAML
12 lines
130 B
YAML
|
language: python
|
||
|
python:
|
||
|
- "2.7"
|
||
|
- "3.3"
|
||
|
- "3.4"
|
||
|
- "pypy"
|
||
|
|
||
|
install:
|
||
|
- python setup.py install
|
||
|
|
||
|
script: python bidict.py
|