travis.yml: Remove pygraphviz from the deps (incompatible with Python 3…)

master
Valentin Lorentz 2014-03-16 22:24:57 +00:00
parent 5d1edf651a
commit d3925bc871
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ 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 pygraphviz
- pip install limnoria chardet django lxml simplejson beautifulsoup4 python-twitter requests
# command to run tests, e.g. python setup.py test
script:
- echo $TRAVIS_PYTHON_VERSION