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
|
Rev | Line | |
---|
[177] | 1 | language: python |
---|
[181] | 2 | |
---|
[177] | 3 | python: |
---|
| 4 | - 2.6 |
---|
| 5 | - 2.7 |
---|
[181] | 6 | - pypy |
---|
[177] | 7 | |
---|
[181] | 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.