Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
N
ngraph
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ngraph
Commits
ca4a83ea
Unverified
Commit
ca4a83ea
authored
Apr 09, 2018
by
Michał Karzyński
Committed by
GitHub
Apr 09, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #818 from NervanaSystems/tsocha/tox-update
[Py] Change Python version for tox
parents
76047c77
545dc0b6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
run_test.sh
.ci/travis/ubuntu/run_test.sh
+1
-1
tox.ini
python/tox.ini
+3
-3
No files found.
.ci/travis/ubuntu/run_test.sh
View file @
ca4a83ea
...
...
@@ -11,5 +11,5 @@ if [ ${TASK} == "python2_test" ]; then
fi
if
[
${
TASK
}
==
"python3_test"
]
;
then
docker run
-w
'/root/ngraph/python'
test_ngraph tox
-e
py3
5
docker run
-w
'/root/ngraph/python'
test_ngraph tox
-e
py3
fi
python/tox.ini
View file @
ca4a83ea
[tox]
envlist
=
py27,py3
5
envlist
=
py27,py3
[testenv]
skipdist
=
True
...
...
@@ -11,9 +11,9 @@ setenv =
NGRAPH_CPP_BUILD_PATH
=
{env:NGRAPH_CPP_BUILD_PATH:build/ngraph_dist}
LD_LIBRARY_PATH
=
{env:LD_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:py3
5
]
[testenv:py3]
deps
=
-rrequirements.txt
-rtest_requirements.txt
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment