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
0790ac2d
Commit
0790ac2d
authored
Apr 14, 2018
by
Jason Madden
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Another pass at pip 10
parent
54f9f43e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
appveyor.yml
appveyor.yml
+2
-2
No files found.
appveyor.yml
View file @
0790ac2d
...
...
@@ -118,7 +118,7 @@ install:
# Upgrade to the latest version of pip to avoid it displaying warnings
# about it being out of date.
-
"
%CMD_IN_ENV%
pip
install
--disable-pip-version-check
--user
--upgrade
pip"
-
"
%CMD_IN_ENV%
%PYEXE%
-m
pip
install
--disable-pip-version-check
--user
--upgrade
pip"
# Install the build dependencies of the project. If some dependencies contain
# compiled extensions and are not provided as pre-built wheel packages,
...
...
@@ -142,7 +142,7 @@ build_script:
# into a variable, using python to glob.
-
"
%PYEXE%
-c
\"
import
glob;
print(glob.glob('dist/*whl')[0])
\"
>
whl.txt"
-
set /p PYWHL=<whl.txt
-
pip install %PYWHL%
-
"
%PYEXE%
-m
pip
install
%PYWHL%"
test_script
:
# Run the project tests
...
...
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