Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.buildout
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
isaak yansane-sisk
slapos.buildout
Commits
abd7348d
Commit
abd7348d
authored
Aug 20, 2012
by
Domen Kožar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix some tests
parent
b72041cd
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
.travis.yml
.travis.yml
+1
-1
src/zc/buildout/testing.py
src/zc/buildout/testing.py
+1
-0
No files found.
.travis.yml
View file @
abd7348d
...
@@ -4,7 +4,7 @@ python:
...
@@ -4,7 +4,7 @@ python:
-
2.6
-
2.6
-
2.5
-
2.5
install
:
install
:
-
python dev.py -d
-
python
-S
dev.py -d
script
:
script
:
-
bin/test
-
bin/test
src/zc/buildout/testing.py
View file @
abd7348d
...
@@ -172,6 +172,7 @@ def bdist_egg(setup, executable, dest):
...
@@ -172,6 +172,7 @@ def bdist_egg(setup, executable, dest):
def sys_install(setup, dest):
def sys_install(setup, dest):
_runsetup(setup, sys.executable, '
install
', '
--
install
-
purelib
', dest,
_runsetup(setup, sys.executable, '
install
', '
--
install
-
purelib
', dest,
'
--
install
-
scripts
', dest,
'
--
record
', os.path.join(dest, '
__added_files__
'),
'
--
record
', os.path.join(dest, '
__added_files__
'),
'
--
single
-
version
-
externally
-
managed
')
'
--
single
-
version
-
externally
-
managed
')
...
...
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