magic-wormhole/.travis.yml

18 lines
241 B
YAML
Raw Normal View History

sudo: false
2015-06-21 01:08:46 +00:00
language: python
python:
- "2.6"
2015-06-21 01:08:46 +00:00
- "2.7"
- "3.3"
- "3.4"
- "3.5"
matrix:
allow_failures:
- python: "3.3"
fast_finish: true
2015-06-21 01:08:46 +00:00
install:
- pip install . Twisted pyflakes
script:
- pyflakes src
- trial wormhole