Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
setuptools_dso
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
setuptools_dso
Commits
8202cc3a
Commit
8202cc3a
authored
Oct 02, 2020
by
Michael Davidsaver
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor
parent
b1c8fa44
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
travis-docker.sh
travis-docker.sh
+3
-2
No files found.
travis-docker.sh
View file @
8202cc3a
...
...
@@ -6,11 +6,10 @@ cd /io
echo
"============================================================"
BASE
=
"
$PYTHONPATH
"
TOP
=
"
$PWD
/root"
for
PYBIN
in
/opt/python/
*
/bin
do
rm
-rf
"
$TOP
"
build repo
rm
-rf
build repo
export
PYTHONPATH
=
"
$BASE
"
# needed for isolated wheel build
...
...
@@ -30,4 +29,6 @@ do
"
${
PYBIN
}
/python"
-m
pip
install
-v
--no-index
-f
repo dsodemo
"
${
PYBIN
}
/python"
-m
dsodemo.cli
"
${
PYBIN
}
/python"
-m
pip uninstall
-y
dsodemo
done
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