Line | |
---|
1 | language: python |
---|
2 | |
---|
3 | python: |
---|
4 | - 2.7 |
---|
5 | - 3.4 |
---|
6 | - 3.5 |
---|
7 | - 3.6 |
---|
8 | - pypy |
---|
9 | |
---|
10 | env: |
---|
11 | global: |
---|
12 | - PYFLAKES_NODOCTEST=1 |
---|
13 | matrix: |
---|
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 |
---|
24 | - python: 3.6 |
---|
25 | env: TWISTED=Twisted==15.5 |
---|
26 | |
---|
27 | install: |
---|
28 | - pip install -q $TWISTED |
---|
29 | - pip install .[dev] |
---|
30 | |
---|
31 | script: |
---|
32 | - pyflakes wokkel twisted |
---|
33 | - trial wokkel |
---|
Note: See
TracBrowser
for help on using the repository browser.