Skip to content

Commit

Permalink
Allow YAJL_DLL to pass through to tox
Browse files Browse the repository at this point in the history
Signed-off-by: Rodrigo Tobar <rtobar@icrar.org>
  • Loading branch information
rtobar committed Jan 7, 2020
1 parent 7b18df8 commit 417a28c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Expand Up @@ -2,6 +2,8 @@
envlist = py27, py3

[testenv]
# YAJL_DLL can be used to manually point to a yajl installation
passenv = YAJL_DLL
commands = {envpython} tests.py
{envpython} -mdoctest ijson/common.py
deps = cffi
Expand Down

0 comments on commit 417a28c

Please sign in to comment.