Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
package_control_channel
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Gaurav Kukreja
package_control_channel
Commits
64ccf172
Commit
64ccf172
authored
May 31, 2017
by
wbond
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Travis Python envs don't like --user installs
parent
8bdd0c8b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ci.py
tests/ci.py
+2
-2
No files found.
tests/ci.py
View file @
64ccf172
...
...
@@ -24,8 +24,8 @@ if pip_version < (8,):
repo_dir
=
os
.
path
.
dirname
(
os
.
path
.
dirname
(
os
.
path
.
abspath
(
__file__
)))
print
(
'Installing deps'
)
pip
.
main
([
'install'
,
'-q'
,
'--u
ser'
,
'--u
pgrade'
,
'st-package-reviewer'
])
pip
.
main
([
'install'
,
'-q'
,
'--u
ser'
,
'--u
pgrade'
,
'requests'
])
pip
.
main
([
'install'
,
'-q'
,
'--upgrade'
,
'st-package-reviewer'
])
pip
.
main
([
'install'
,
'-q'
,
'--upgrade'
,
'requests'
])
print
()
...
...
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