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