enable travis

This commit is contained in:
Brian Warner 2015-06-20 18:08:46 -07:00
parent b6b6c6aea4
commit 20e35f1b1e

8
.travis.yml Normal file
View File

@ -0,0 +1,8 @@
language: python
python:
- "2.7"
install:
- pip install . Twisted pyflakes
script:
- pyflakes src
- trial wormhole