Skip to content
This repository was archived by the owner on Feb 14, 2023. It is now read-only.

Run check_manifest #32

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ env:
- DAILY_COMMIT=master
- DAILY_BUILD=false
- WHEELHOUSE_UPLOADER_USERNAME=travis-worker
- MANIFEST_BLACKLIST="benchmarks/*,benchmarks,build_tools/*,build_tools,Makefile,maint_tools/*,maint_tools,.binder,.binder/*,conftest.py,site.cfg,sklearn/externals/README,.mailmap,.circleci,.circleci/*,*.yml,*.md,.coveragerc,*.in"
# Following generated with
# travis encrypt -r MacPython/scikit-learn-wheels WHEELHOUSE_UPLOADER_SECRET=<the api key>
- secure: "Lyhm6qFtf/hY5D3UHMANNhh8Ar/PARF1nH/ebArWLtb24prrSYt+AAVJqZ81I58AdQK12Kn8mmuZVyVJT+FrRd8q6OyMijQ/wKrsx8EH+lDTTgUueBJtLql01KsaMRTDpAd04bREh1MppIsFFCHKVNxY2mW17XwsNQ+MUka4Bos="
Expand Down Expand Up @@ -111,6 +112,8 @@ script:
- install_run $PLAT

after_success:
- pip install check-manifest
- check-manifest -v --ignore $MANIFEST_BLACKLIST
# Upload wheels to Rackspace container
- pip install wheelhouse-uploader
- python -m wheelhouse_uploader upload --local-folder
Expand Down