Commit 6909850e authored by Michał Karzyński's avatar Michał Karzyński Committed by Scott Cyphers

Bugfix in tox.ini (#794)

parent 86fd6a53
...@@ -11,6 +11,7 @@ setenv = ...@@ -11,6 +11,7 @@ setenv =
NGRAPH_CPP_BUILD_PATH = {env:NGRAPH_CPP_BUILD_PATH:build/ngraph_dist} NGRAPH_CPP_BUILD_PATH = {env:NGRAPH_CPP_BUILD_PATH:build/ngraph_dist}
LD_LIBRARY_PATH = {env:LD_LIBRARY_PATH:build/ngraph_dist/lib} LD_LIBRARY_PATH = {env:LD_LIBRARY_PATH:build/ngraph_dist/lib}
DYLD_LIBRARY_PATH = {env:DYLD_LIBRARY_PATH:build/ngraph_dist/lib} DYLD_LIBRARY_PATH = {env:DYLD_LIBRARY_PATH:build/ngraph_dist/lib}
PYBIND_HEADERS_PATH = {env:PYBIND_HEADERS_PATH}
[testenv:py35] [testenv:py35]
deps = deps =
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment