enable travis
This commit is contained in:
parent
b6b6c6aea4
commit
20e35f1b1e
8
.travis.yml
Normal file
8
.travis.yml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
language: python
|
||||||
|
python:
|
||||||
|
- "2.7"
|
||||||
|
install:
|
||||||
|
- pip install . Twisted pyflakes
|
||||||
|
script:
|
||||||
|
- pyflakes src
|
||||||
|
- trial wormhole
|
Loading…
Reference in New Issue
Block a user