Line | |
---|
1 | language: python |
---|
2 | |
---|
3 | python: |
---|
4 | - 2.7 |
---|
5 | - 3.3 |
---|
6 | - 3.5 |
---|
7 | - pypy |
---|
8 | |
---|
9 | env: |
---|
10 | global: |
---|
11 | - PYFLAKES_NODOCTEST=1 |
---|
12 | matrix: |
---|
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 |
---|
23 | |
---|
24 | install: |
---|
25 | - pip install pyflakes |
---|
26 | - pip install -q $TWISTED |
---|
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.