-
Notifications
You must be signed in to change notification settings - Fork 20
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
Bump python-consul version to 0.7.0 #16
Conversation
Who has access to Travis CI? I think, we should change some settings there. |
@tomislater #17 -> @swistakm is the maintainer of this repository & travis-ci. |
b6de72c
to
6fefb2c
Compare
I am going to tidy this mess with my commits. I want to resolve the problem concerning Travis. |
2 similar comments
9aa6b83
to
dbf0d02
Compare
requirements.txt
Outdated
@@ -1 +1 @@ | |||
python-consul==0.4.0 | |||
python-consul==0.7.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe it makes sense to use less strict requirement like >=0.7.0,<0.8.0
assuming that there are no breaking changes in 0.7.x line.
Travis now supports cron jobs and I could setup one so we will be notified on any build errors if any python-consul
update breaks backwards compatibility.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems good
.travis.yml
Outdated
@@ -21,6 +21,12 @@ env: | |||
- TOX_ENV=py34 CONSUL_VERSION=0.6.4 | |||
- TOX_ENV=py35 CONSUL_VERSION=0.6.4 | |||
|
|||
# consul 0.8.5 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know that the build matrix is already huge but we skipped 0.7.x release of consul (latest patch version is 0.7.5). If the list is too ling we can always get rid of 0.4.1.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
dbf0d02
to
efc3239
Compare
* add consul 0.8.5 and 0.9.0 to matrix on travis
efc3239
to
11e0e6c
Compare
ping @swistakm |
Released as 0.0.5. |
keep_alive
method; nowpython-consul
raises an exception