9 lines
123 B
YAML
9 lines
123 B
YAML
|
language: python
|
||
|
python:
|
||
|
- "2.7"
|
||
|
install:
|
||
|
- pip install . Twisted pyflakes
|
||
|
script:
|
||
|
- pyflakes src
|
||
|
- trial wormhole
|