2013-01-04 19:38:35 +01:00
|
|
|
language: python
|
|
|
|
python:
|
2013-04-27 17:41:00 +02:00
|
|
|
- "2.6"
|
2013-01-04 19:38:35 +01:00
|
|
|
- "2.7"
|
2013-01-06 19:41:52 +01:00
|
|
|
- "3.2"
|
2013-05-14 20:02:09 +02:00
|
|
|
- "3.3"
|
2013-01-06 19:41:52 +01:00
|
|
|
- "pypy"
|
2013-01-04 19:38:35 +01:00
|
|
|
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
|
|
|
|
install:
|
2013-07-23 23:20:30 +02:00
|
|
|
- pip install pytz feedparser charade sqlalchemy --use-mirrors
|
2013-01-04 19:38:35 +01:00
|
|
|
# command to run tests, e.g. python setup.py test
|
|
|
|
script:
|
2013-01-06 13:31:34 +01:00
|
|
|
- echo $TRAVIS_PYTHON_VERSION
|
2013-01-30 20:12:01 +01:00
|
|
|
- python setup.py install
|
2013-08-03 16:06:50 +02:00
|
|
|
- supybot-test test --plugins-dir=./build/lib*/supybot/plugins/ --no-network --disable-multiprocessing --exclude=./build/lib*/supybot/plugins/Scheduler --exclude=./build/lib*/supybot/plugins/Filter
|
2013-08-11 13:36:46 +02:00
|
|
|
notifications:
|
|
|
|
irc:
|
|
|
|
channels:
|
|
|
|
- "chat.freenode.net#limnoria"
|