80603aaa32
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).
13 lines
175 B
YAML
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
|