Skip to content

Conversation

@kimberlythegeek
Copy link
Contributor

Reverts #123

By Dave's recommendation, I need to set up build stages in Travis: https://docs.travis-ci.com/user/build-stages

Currently, travis attempts to deploy to PyPi after every tox run, which causes all subsequent runs to fail, because the version already exists. Reverting until I get the stages set up

@kimberlythegeek kimberlythegeek requested a review from m8ttyB August 28, 2018 15:20
install: skip
script:
- docker run -e TOXENV=$TOXENV axe-selenium-python tox
- docker run -e TOXENV=$TOXENV axe-selenium-python tox
Copy link

Choose a reason for hiding this comment

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

I may be wrong, it looks like the indentation is off here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes...the indentation on this file keeps changing, and I'm not exactly sure why/when this is occurring.

@kimberlythegeek kimberlythegeek merged commit 090aad7 into master Sep 6, 2018
@kimberlythegeek kimberlythegeek deleted the revert-123-add_pypi_deploy_to_travis branch September 6, 2018 19:37
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.

3 participants