Skip to content

Commit

Permalink
detail
Browse files Browse the repository at this point in the history
  • Loading branch information
pauliacomi committed Mar 13, 2021
1 parent c6dd4bd commit 6bab065
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .build.info
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
git flow release start x.y.z

# Ensure all tests are passing
# or use Travis to run automatically
# or use CI provider to run them automatically
pytest --cov --cov-report xml:coverage.xml

# Run bumpversion to change any version strings
Expand All @@ -18,3 +18,5 @@ git flow release finish x.y.z

# Push, including tags
git push --tags

# Check CI if project has been successfully pushed to pypi

0 comments on commit 6bab065

Please sign in to comment.