Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.
This repository was archived by the owner on Jan 16, 2026. It is now read-only.

Deployment fails for 'nightly' Python builds #33

@jakubka

Description

Our Travis build is configured to run in Python 3.5 and 'nightly' Python: https://github.com/Skyscanner/pyfailsafe/blob/master/.travis.yml#L4

The problem is that it tries to deploy to pypi from both of these environments. The first one succeeds, but second one always fails: https://travis-ci.org/Skyscanner/pyfailsafe/jobs/408569147

(most likely because the package is already published).

The desired behaviour is that tests should be run in all environments (3.5, 3.6, 3.7, nightly) and after all these tests succeed, the deployment should be run once.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions