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
312e7f7f
Commit
312e7f7f
authored
Jun 12, 2017
by
J. Fernando Sánchez
Browse files
Avoid python temporary files in pip tests
parent
c555b954
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
312e7f7f
...
...
@@ -98,7 +98,7 @@ clean :
-
make -e clean
when
:
manual
cleanup_py
pirc
:
cleanup_py
:
stage
:
clean
when
:
always
# this is important; run even if preceding stages failed.
script
:
...
...
Makefile
View file @
312e7f7f
...
...
@@ -76,9 +76,7 @@ test-%:
test
:
test-$(PYMAIN)
dist/$(TARNAME)
:
version
docker run
--rm
-v
$$
PWD:/usr/src/app/
-w
/usr/src/app/ python:
$(PYMAIN)
python setup.py sdist
;
docker run
--rm
-v
$$
PWD:/usr/src/app/
-w
/usr/src/app/ python:
$(PYMAIN)
chmod
-R
a+rwx dist
;
python setup.py sdist
;
sdist
:
dist/$(TARNAME)
...
...
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