Skip to content

Commit

Permalink
Use diff_cover from RPMs on f26 and f27 for CI tests.
Browse files Browse the repository at this point in the history
Signed-off-by: Randy Barlow <[email protected]>
  • Loading branch information
bowlofeggs committed Dec 15, 2017
1 parent 052b20d commit 6f97701
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions devel/ci/f26-packages
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
python2-kitchen \
python2-pyramid-mako \
python2-pyramid-tm \
python2-sqlalchemy
python2-sqlalchemy \
python3-diff-cover

RUN pip-2 install cornice diff_cover
RUN pip-2 install cornice
RUN pip-2 install -e git+https://github.com/Cornices/cornice.ext.sphinx.git@master#egg=cornice_sphinx
5 changes: 3 additions & 2 deletions devel/ci/f27-packages
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
python2-kitchen \
python2-pyramid-mako \
python2-pyramid-tm \
python2-sqlalchemy
python2-sqlalchemy \
python3-diff-cover

RUN pip-2 install cornice diff_cover
RUN pip-2 install cornice
RUN pip-2 install -e git+https://github.com/Cornices/cornice.ext.sphinx.git@master#egg=cornice_sphinx

0 comments on commit 6f97701

Please sign in to comment.