Skip to content

Fix travis stages #217

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 22, 2019
Merged

Conversation

nicoddemus
Copy link
Member

As it were, "deploy" would run before "test" because it was left out of the
stages section.

Instead of running "test" and "deploy" stages on tags, to run just
"deploy"; we already require that all tests have passed before someone pushes
a tag for deployment anyway, no sense running the tests again.

As it were, "deploy" would run before "test" because it was left out of the
stages section.

Instead of running "test" and "deploy" stages on tags, to run just
"deploy"; we already require that all tests have passed before someone pushes
a tag for deployment anyway, no sense running the tests again.
@nicoddemus nicoddemus requested a review from blueyed February 22, 2019 01:38
@@ -19,8 +19,10 @@ env:
#- DEPS="pytest~=3.1.0"

stages:
- name: test
if: tag IS NOT present
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Never push a tag without having it tested first.. ;)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Definitely

@blueyed blueyed merged commit 60f50bd into pytest-dev:master Feb 22, 2019
@nicoddemus nicoddemus deleted the fix-travis-stages branch February 22, 2019 02:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants