Unverified Commit ca4a83ea authored by Michał Karzyński's avatar Michał Karzyński Committed by GitHub

Merge pull request #818 from NervanaSystems/tsocha/tox-update

[Py] Change Python version for tox
parents 76047c77 545dc0b6
...@@ -11,5 +11,5 @@ if [ ${TASK} == "python2_test" ]; then ...@@ -11,5 +11,5 @@ if [ ${TASK} == "python2_test" ]; then
fi fi
if [ ${TASK} == "python3_test" ]; then if [ ${TASK} == "python3_test" ]; then
docker run -w '/root/ngraph/python' test_ngraph tox -e py35 docker run -w '/root/ngraph/python' test_ngraph tox -e py3
fi fi
[tox] [tox]
envlist = py27,py35 envlist = py27,py3
[testenv] [testenv]
skipdist=True skipdist=True
...@@ -11,9 +11,9 @@ setenv = ...@@ -11,9 +11,9 @@ 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} PYBIND_HEADERS_PATH = {env:PYBIND_HEADERS_PATH:}
[testenv:py35] [testenv:py3]
deps = deps =
-rrequirements.txt -rrequirements.txt
-rtest_requirements.txt -rtest_requirements.txt
......
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