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