First attempt to fix Travis build.

master
Valentin Lorentz 2014-03-03 17:37:42 +01:00
parent 4628704c97
commit 663321a1b0
2 changed files with 3 additions and 2 deletions

View File

@ -7,8 +7,8 @@ python:
- "pypy"
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- pip install limnoria chardet django lxml simplejson beautifulsoup4 python-twitter requests
- pip install limnoria chardet django lxml simplejson beautifulsoup4 python-twitter requests pygraphviz
# command to run tests, e.g. python setup.py test
script:
- echo $TRAVIS_PYTHON_VERSION
- supybot-test test --plugins-dir=. --no-network --exclude=WebStats --exclude=Seeks --exclude=Rbls
- supybot-test --plugins-dir=. --no-network --exclude=WebStats --exclude=Seeks --exclude=Rbls --exclude=MilleBornes --exclude=Scheme --exclude=Twitter --exclude=TwitterStream --exclude=MegaHAL --exclude=Darkfallonline

View File

@ -1,3 +1,4 @@
# -*- coding: utf8 -*-
###
# Copyright (c) 2013, Valentin Lorentz
# All rights reserved.