Skip to content

Commit

Permalink
Added Twine checking to Travis config (fixes #337)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisTimperley committed Apr 8, 2020
1 parent 25ef023 commit cea8a69
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ python:
install:
- pip install -r requirements.dev.txt
- pip install --upgrade .
# see #337: flag potential twine issues before attempting to upload to PyPI
- python setup.py sdist
- python setup.py bdist_wheel
- twine check dist/*
script:
- tox
notifications:
Expand Down
2 changes: 2 additions & 0 deletions requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ sphinx==2.4.4
sphinx-autodoc-typehints==1.10.3
solar-theme==1.3.3
coveralls==1.8.2
twine==3.1.1
wheel==0.34.2
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ author = Christopher Timperley
author-email = christimperley@googlemail.com
url = https://github.com/ChrisTimperley/roswire
description = An API for testing and mutating Dockerised ROS systems.
long-description = file: README.md, LICENSE
long-description = file: README.rst, LICENSE
keywords = ros, docker, testing, analysis, mutation, repair
license = Apache License, Version 2.0
classifiers =
Expand Down

0 comments on commit cea8a69

Please sign in to comment.