Skip to content
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

Enforce version constraint and clarify ubuntu install #109

Merged
merged 1 commit into from
Mar 22, 2018

Conversation

austinbyers
Copy link
Collaborator

to: @chunyong-lin
cc: @airbnb/binaryalert-maintainers
size: small
resolves: #108

Background

There have been multiple issues opened about failing unit tests because Python 3.5 is the default for some systems (like Ubuntu), but BinaryAlert requires Python 3.6 (for type annotations). #41 clarified the Python version in the documentation, but we need more.

Changes

  • The CLI now fails if it is run with Python < 3.6
  • The documentation includes a warning that 3.5 is not supported
  • Expanded on the documentation for installing BinaryAlert in Ubuntu

Testing

  • Installed BinaryAlert on a fresh Ubuntu instance, following this updated documentation

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.1%) to 93.017% when pulling 608e001 on austin-ubuntu-docs into 775092d on master.

Copy link

@chunyong-lin chunyong-lin left a comment

Choose a reason for hiding this comment

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

LGTM

@austinbyers austinbyers merged commit ecf91bc into master Mar 22, 2018
@austinbyers austinbyers deleted the austin-ubuntu-docs branch March 22, 2018 18:00
@austinbyers austinbyers added this to the v1.2.0 milestone Apr 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Failed Unit tests
3 participants