Skip to content

Commit

Permalink
Merge pull request #18 from sonelu/CI-changes
Browse files Browse the repository at this point in the history
typo in travis
  • Loading branch information
sonelu authored May 8, 2020
2 parents fab80f5 + 4f4610c commit 54bc94e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- pip install --upgrade setuptools wheel
script:
- python setup.py sdist bdist_wheel
- python -m twine upload dist/ -u "${PYPI_USERNAME}" -p "${PYPI_PASSWORD}"
- python -m twine upload dist/* -u "${PYPI_USERNAME}" -p "${PYPI_PASSWORD}"

script:
- coverage run -m pytest -v tests.py
Expand Down

0 comments on commit 54bc94e

Please sign in to comment.