Last change
on this file since 185:a7e10201fb3c was
181:a94429b4fe1c,
checked in by Ralph Meijer <ralphm@…>, 9 years ago
|
Compile against Twisted trunk and pypy, too.
This also adds a pyflakes check step.
|
File size:
338 bytes
|
Line | |
---|
1 | language: python |
---|
2 | |
---|
3 | python: |
---|
4 | - 2.6 |
---|
5 | - 2.7 |
---|
6 | - pypy |
---|
7 | |
---|
8 | env: |
---|
9 | - TWISTED=Twisted==12.3 |
---|
10 | - TWISTED=svn+svn://svn.twistedmatrix.com/svn/Twisted/trunk |
---|
11 | |
---|
12 | install: |
---|
13 | - pip install pyflakes --use-mirrors |
---|
14 | - pip install -q $TWISTED --use-mirrors |
---|
15 | - python setup.py install |
---|
16 | |
---|
17 | script: |
---|
18 | - pyflakes wokkel twisted |
---|
19 | - trial wokkel |
---|
Note: See
TracBrowser
for help on using the repository browser.