Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Commit

Permalink
Need to pass to tox.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Oct 26, 2020
1 parent 1104500 commit 83ff017
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ deps =
pypy: pytest < 5.0
pytest-cov
pytest-flake8
passenv = LDFLAGS CFLAGS
passenv =
LDFLAGS
CFLAGS
CRYPTOGRAPHY_ALLOW_OPENSSL_102
commands = py.test --cov=src {posargs}
usedevelop = True

0 comments on commit 83ff017

Please sign in to comment.