magic-wormhole/.travis.yml
2015-09-22 13:33:04 -07:00

10 lines
135 B
YAML

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