source:
.travis.yml
@
190:1cf57d55b71e
Last change on this file since 190:1cf57d55b71e was 186:4905d4f205ad, checked in by Ralph Meijer <ralphm@…>, 9 years ago | |
---|---|
File size: 365 bytes |
Line | |
---|---|
1 | language: python |
2 | |
3 | python: |
4 | - 2.6 |
5 | - 2.7 |
6 | - pypy |
7 | |
8 | env: |
9 | - TWISTED=Twisted==12.3 |
10 | - TWISTED=svn+svn://svn.twistedmatrix.com/svn/Twisted/trunk |
11 | - PYFLAKES_NODOCTEST=1 |
12 | |
13 | install: |
14 | - pip install pyflakes --use-mirrors |
15 | - pip install -q $TWISTED --use-mirrors |
16 | - python setup.py install |
17 | |
18 | script: |
19 | - pyflakes wokkel twisted |
20 | - trial wokkel |
Note: See TracBrowser
for help on using the repository browser.