-
Notifications
You must be signed in to change notification settings - Fork 105
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
support only django-reversion >= 2.0 #76
Conversation
see also #70
- coverage run --source=reversion_compare runtests.py | ||
- pip install 'tox>=2.3.1' coveralls | ||
|
||
script: COMMAND='coverage run --source=reversion_compare' tox -e$TOXENV |
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.
coverage report is broken. Why?
See, e.g.:
https://travis-ci.org/jedie/django-reversion-compare/jobs/154572870#L203
https://coveralls.io/builds/7576037
anybody a idea?
Whats the status on this and getting it pulled? Just checking to see how much effort I need to put in to getting this or something else running...don't want to put any effort in if this is going to be merged soonish 😄. |
4 similar comments
6 similar comments
9 similar comments
v0.7.0 released on PyPi and will support django-reversion v2.0.x |
see also: #73 #74