kademlia/.travis.yml

7 lines
101 B
YAML

language: python
python:
- "2.7"
- "pypy"
install: pip install . pep8 pyflakes
script: make test