2015-09-22 20:33:04 +00:00
|
|
|
sudo: false
|
2015-06-21 01:08:46 +00:00
|
|
|
language: python
|
|
|
|
python:
|
|
|
|
- "2.7"
|
2015-09-27 01:32:02 +00:00
|
|
|
- "3.3"
|
|
|
|
- "3.4"
|
|
|
|
- "3.5"
|
2015-06-21 01:08:46 +00:00
|
|
|
install:
|
2015-12-01 06:15:24 +00:00
|
|
|
- pip install . "Twisted>=15.5.0" pyflakes
|
2015-06-21 01:08:46 +00:00
|
|
|
script:
|
|
|
|
- pyflakes src
|
|
|
|
- trial wormhole
|