Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
senpy
senpy
Commits
c555b954
Commit
c555b954
authored
Jun 12, 2017
by
J. Fernando Sánchez
Browse files
Non-interactive pip test
parent
991ade8f
Changes
1
Show whitespace changes
Inline
Side-by-side
Makefile
View file @
c555b954
...
...
@@ -83,7 +83,7 @@ dist/$(TARNAME): version
sdist
:
dist/$(TARNAME)
pip_test-%
:
sdist
docker run
--rm
-v
$$
PWD/dist:/dist/
-ti
python:
$*
pip
install
/dist/
$(TARNAME)
;
docker run
--rm
-v
$$
PWD/dist:/dist/ python:
$*
pip
install
/dist/
$(TARNAME)
;
pip_test
:
$(addprefix pip_test-
,
$(PYVERSIONS))
...
...
Write
Preview
Supports
Markdown
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