Changeset 181:a94429b4fe1c for .travis.yml
- Timestamp:
- Mar 5, 2013, 3:39:50 PM (9 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.travis.yml
r177 r181 1 1 language: python 2 2 3 python: 3 4 - 2.6 4 5 - 2.7 6 - pypy 5 7 6 install: python setup.py install 7 script: trial wokkel 8 env: 9 - TWISTED=Twisted==12.3 10 - TWISTED=svn+svn://svn.twistedmatrix.com/svn/Twisted/trunk 11 12 install: 13 - pip install pyflakes --use-mirrors 14 - pip install -q $TWISTED --use-mirrors 15 - python setup.py install 16 17 script: 18 - pyflakes wokkel twisted 19 - trial wokkel
Note: See TracChangeset
for help on using the changeset viewer.