Skip to content

Conversation

dwightgunning
Copy link
Contributor

@dwightgunning dwightgunning commented Dec 22, 2017

Needed to re-order the travis installation steps so it would pick up the Django version specific to the build matrix and not the highest Django version supported by the setup.py dependency.

The previous ordering seems a little strange to me so perhaps I'm overlooking something.

The previous travis build on the branch shows we're the problem manifests.

Closes #72 #71 #70 #69.

This package's setup.py specifies a range dependency on Django <=2.1.0
however Django 2.0 doesn't run on py 2.7. Travis build should install the
configured version of Django prior to installing the stream-django package.
- travis_retry pip install python-coveralls
- travis_retry pip install -e .
- travis_retry pip install $DJANGO --upgrade
- travis_retry pip install -e .
Copy link
Member

Choose a reason for hiding this comment

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

you should revert the order, Django version needs to be forced

@dwightgunning
Copy link
Contributor Author

Merged manually by @tbarbugli.

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.

2 participants