Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gevent
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
gevent
Commits
54f9f43e
Commit
54f9f43e
authored
Apr 14, 2018
by
Jason Madden
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Still no go with pip 10. Try to simplify and build psutil.
parent
14544dae
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
7 deletions
+1
-7
appveyor.yml
appveyor.yml
+1
-7
No files found.
appveyor.yml
View file @
54f9f43e
...
...
@@ -124,14 +124,8 @@ install:
# compiled extensions and are not provided as pre-built wheel packages,
# pip will build them from source using the MSVC compiler matching the
# target Python version and architecture
# Note that psutil won't build under PyPy on Windows.
-
"
%CMD_IN_ENV%
%PYEXE%
-m
pip
install
-U
cython
zope.interface
zope.event"
-
"
%CMD_IN_ENV%
%PYEXE%
-m
pip
install
-U
setuptools
wheel
greenlet
cffi
dnspython
idna
requests"
-
"
%CMD_IN_ENV%
%PYEXE%
-m
pip
install
-U
-r
ci-requirements.txt"
-
ps
:
if ("${env:PYTHON_ID}" -ne "pypy") {
pip install psutil | Out-Null;
}
-
ps
:
"
if(Test-Path(
\"
${env:PYTHON}
\\
bin
\"
))
{ls
${env:PYTHON}
\\
bin;}"
-
ps
:
"
if(Test-Path(
\"
${env:PYTHON}
\\
Scripts
\"
))
{ls
${env:PYTHON}
\\
Scripts;}"
...
...
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