magic-wormhole/.travis.yml
Brian Warner c261f3e713 py3.5 is now supported, more or less
py3.3/3.4 are broken for various reasons
2015-09-28 01:01:25 -07:00

19 lines
261 B
YAML

sudo: false
language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "3.5"
matrix:
allow_failures:
- python: "3.3"
- python: "3.4"
fast_finish: true
install:
- pip install . Twisted pyflakes
script:
- pyflakes src
- trial wormhole