10 lines
135 B
YAML
10 lines
135 B
YAML
sudo: false
|
|
language: python
|
|
python:
|
|
- "2.7"
|
|
install:
|
|
- pip install . Twisted pyflakes
|
|
script:
|
|
- pyflakes src
|
|
- trial wormhole
|