Skip to content

Commit

Permalink
Robustify PyPi deployment (check manifest and distribution)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrugman committed Apr 6, 2020
1 parent 5459dae commit 82519ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ install:
- check-manifest
- python setup.py sdist bdist_wheel
- twine check dist/*
- pip install -e .

script:
# - pytest --cov=. tests/
Expand Down

0 comments on commit 82519ef

Please sign in to comment.