rss.txt: Unpin feedparser
And install feedparser<6 on Travis for Python 3.4-5.
This commit is contained in:
parent
e872897346
commit
9e9dff7658
2 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ addons:
|
|||
taskwarrior
|
||||
install:
|
||||
- pip install -U coverage pytest pytest-mock freezegun
|
||||
- pip install 'pygit2<1' 'libvirt-python<6.3' || true
|
||||
- pip install 'pygit2<1' 'libvirt-python<6.3' 'feedparser<6' || true
|
||||
- pip install $(cat requirements/modules/*.txt | cut -d ' ' -f 1 | sort -u)
|
||||
script:
|
||||
- coverage run --source=. -m pytest tests -v
|
||||
|
|
|
@ -1 +1 @@
|
|||
feedparser==6.0.0b1
|
||||
feedparser
|
||||
|
|
Loading…
Reference in a new issue