mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-23 19:22:45 +01:00
requirements.txt: add sqlalchemy & feedparser
from .travis.yml && travis.yml: use requirements.txt.
This commit is contained in:
parent
1835475efa
commit
2efdf38e1b
@ -8,7 +8,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 feedparser charade sqlalchemy python-gnupg python-dateutil --use-mirrors
|
- pip install -r requirements.txt
|
||||||
# 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
|
||||||
|
@ -4,3 +4,5 @@ pytz
|
|||||||
python-dateutil
|
python-dateutil
|
||||||
python-gnupg
|
python-gnupg
|
||||||
Twisted
|
Twisted
|
||||||
|
feedparser
|
||||||
|
sqlalchemy
|
||||||
|
Loading…
Reference in New Issue
Block a user