Skip to content

Commit

Permalink
Add cryptography and pyOpenSSL as dependencies in Python 2 tests
Browse files Browse the repository at this point in the history
Works around an issue in stripe-python 2.0 and pip.

Context: stripe/stripe-python#447
  • Loading branch information
jleclanche committed Jul 18, 2018
1 parent 5c6fb57 commit a6dfdbe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ setenv =
commands = python runtests.py {posargs}
deps =
-r{toxinidir}/tests/requirements.txt
py27: cryptography
py27: pyOpenSSL
django111: Django>=1.11,<2.0
django20: Django>=2.0,<2.1
djangomaster: https://github.com/django/django/archive/master.tar.gz
Expand Down

0 comments on commit a6dfdbe

Please sign in to comment.