source:
.travis.yml
@
229:4cab5d0965aa
Last change on this file since 229:4cab5d0965aa was 211:4ef8065dc4f1, checked in by Ralph Meijer <ralphm@…>, 6 years ago | |
---|---|
File size: 558 bytes |
Rev | Line | |
---|---|---|
[177] | 1 | language: python |
[181] | 2 | |
[177] | 3 | python: |
4 | - 2.7 | |
[210] | 5 | - 3.3 |
6 | - 3.5 | |
[181] | 7 | - pypy |
[177] | 8 | |
[181] | 9 | env: |
[187] | 10 | global: |
11 | - PYFLAKES_NODOCTEST=1 | |
12 | matrix: | |
[210] | 13 | - TWISTED=Twisted==15.5 |
14 | - TWISTED=Twisted==16.4 | |
15 | - TWISTED=https://github.com/twisted/twisted/archive/trunk.zip | |
16 | ||
17 | matrix: | |
18 | exclude: | |
19 | - python: 3.3 | |
20 | env: TWISTED=Twisted==15.5 | |
21 | - python: 3.5 | |
22 | env: TWISTED=Twisted==15.5 | |
[181] | 23 | |
24 | install: | |
[211] | 25 | - pip install pyflakes |
26 | - pip install -q $TWISTED | |
[181] | 27 | - python setup.py install |
28 | ||
29 | script: | |
30 | - pyflakes wokkel twisted | |
31 | - trial wokkel |
Note: See TracBrowser
for help on using the repository browser.