Test installing extra dependencies too

This commit is contained in:
Marco Castelluccio 2019-06-08 21:11:41 +02:00
Родитель 23f85ea6fe
Коммит f0993a7ce9
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -125,6 +125,8 @@ tasks:
pip install --quiet -r test-requirements.txt &&
python -m coverage run setup.py sdist &&
pip install dist/bugbug-$(cat VERSION).tar.gz &&
pip install dist/bugbug-$(cat VERSION).tar.gz[nlp] &&
pip install dist/bugbug-$(cat VERSION).tar.gz[nn] &&
bash <(curl -s https://codecov.io/bash)"
metadata:
name: bugbug packaging test