7 lines
106 B
YAML
7 lines
106 B
YAML
|
language: python
|
||
|
python:
|
||
|
- "2.7"
|
||
|
- "pypy"
|
||
|
install: pip install . --use-mirrors
|
||
|
script: trial kademlia
|