source:
.travis.yml
@
208:0538df970eaf
Last change on this file since 208:0538df970eaf was 187:62addc486a34, checked in by Ralph Meijer <ralphm@…>, 9 years ago | |
---|---|
File size: 401 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: |
[187] | 9 | global: |
10 | - PYFLAKES_NODOCTEST=1 | |
11 | matrix: | |
12 | - TWISTED=Twisted==12.3 | |
13 | - TWISTED=svn+svn://svn.twistedmatrix.com/svn/Twisted/trunk | |
[181] | 14 | |
15 | install: | |
16 | - pip install pyflakes --use-mirrors | |
17 | - pip install -q $TWISTED --use-mirrors | |
18 | - python setup.py install | |
19 | ||
20 | script: | |
21 | - pyflakes wokkel twisted | |
22 | - trial wokkel |
Note: See TracBrowser
for help on using the repository browser.