2015-09-22 20:33:04 +00:00
|
|
|
sudo: false
|
2015-06-21 01:08:46 +00:00
|
|
|
language: python
|
|
|
|
python:
|
2015-09-27 01:32:02 +00:00
|
|
|
- "2.6"
|
2015-06-21 01:08:46 +00:00
|
|
|
- "2.7"
|
2015-09-27 01:32:02 +00:00
|
|
|
- "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
|