magic-wormhole/.travis.yml
Brian Warner 80603aaa32 finish py3/async support, needs Twisted >= 15.5.0
The latest Twisted fixes the web.Agent code we need for proper async
support. There's still a daemonization bug that prevents 'wormhole
server start' from succeeding (it hangs).
2015-12-01 00:15:24 -06:00

13 lines
175 B
YAML

sudo: false
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
install:
- pip install . "Twisted>=15.5.0" pyflakes
script:
- pyflakes src
- trial wormhole