magic-wormhole/.travis.yml
2015-06-20 18:30:19 -07:00

9 lines
123 B
YAML

language: python
python:
- "2.7"
install:
- pip install . Twisted pyflakes
script:
- pyflakes src
- trial wormhole