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

Fix testing #20

Merged
merged 12 commits into from
Jan 8, 2015
Merged

Fix testing #20

merged 12 commits into from
Jan 8, 2015

Conversation

jvc26
Copy link
Member

@jvc26 jvc26 commented Jan 7, 2015

This PR changes the following:

  1. Use tox for testing to facilitate build matrix
  2. Fixes Tests all failing with InvalidResponseError #21 by ensuring a bytestring, rather than a unicode string is passed to the OpenSSL.crypto.verify() method
  3. Addresses Find dependencies with which tests pass #19 - we can run on (django>=1.4,<1.7), and python 2.6, 2.7
  4. Addresses Drop pip usage of --use-mirrors #18 - removes the insecure --use-mirrors flag (and -q)
  5. Moves to the docker architecture on Travis, which speeds up builds

This does not fix running on django >= 1.7, which requires a further change due to the changes in application loading. See #17 for a separate issue on that.

doismellburning added a commit that referenced this pull request Jan 8, 2015
Fix tests, improve test coverage, use tox
@doismellburning doismellburning merged commit 4f49d33 into master Jan 8, 2015
@doismellburning doismellburning deleted the fix-testing branch January 8, 2015 09:31
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.

Tests all failing with InvalidResponseError
2 participants