mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
travis.yml: Add feedparser and chardet as dependencies.
This commit is contained in:
parent
863addd989
commit
2bf0364c0e
@ -7,7 +7,7 @@ python:
|
|||||||
- "pypy"
|
- "pypy"
|
||||||
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
|
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
|
||||||
install:
|
install:
|
||||||
- pip install pytz --use-mirrors
|
- pip install pytz feedparser chardet --use-mirrors
|
||||||
# command to run tests, e.g. python setup.py test
|
# command to run tests, e.g. python setup.py test
|
||||||
script:
|
script:
|
||||||
- echo $TRAVIS_PYTHON_VERSION
|
- echo $TRAVIS_PYTHON_VERSION
|
||||||
|
Loading…
Reference in New Issue
Block a user