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
a09d550a
Commit
a09d550a
authored
Nov 13, 2018
by
Jason Madden
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Maybe no quotes. [skip travis]
parent
06d07902
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
appveyor.yml
appveyor.yml
+5
-5
No files found.
appveyor.yml
View file @
a09d550a
...
...
@@ -138,7 +138,7 @@ 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
-
if not %GWHEEL_ONLY%==true
"%CMD_IN_ENV% %PYEXE% -m pip install -U --upgrade-strategy=eager -r ci-requirements.txt"
-
if not %GWHEEL_ONLY%==true
%CMD_IN_ENV% %PYEXE% -m pip install -U --upgrade-strategy=eager -r ci-requirements.txt
-
ps
:
"
if(Test-Path(
\"
${env:PYTHON}
\\
bin
\"
))
{ls
${env:PYTHON}
\\
bin;}"
-
ps
:
"
if(Test-Path(
\"
${env:PYTHON}
\\
Scripts
\"
))
{ls
${env:PYTHON}
\\
Scripts;}"
...
...
@@ -156,13 +156,13 @@ build_script:
# into a variable, using python to glob.
-
"
%PYEXE%
-c
\"
import
glob;
print(glob.glob('dist/gevent*whl')[0])
\"
>
whl.txt"
-
set /p PYWHL=<whl.txt
-
if not %GWHEEL_ONLY%==true
"%PYEXE% -m pip install -U --upgrade-strategy=eager %PYWHL%[test,events,dnspython]"
-
if not %GWHEEL_ONLY%==true
%PYEXE% -m pip install -U --upgrade-strategy=eager %PYWHL%[test,events,dnspython]
test_script
:
# Run the project tests
-
if not %GWHEEL_ONLY%==true
"%PYEXE% -c \"import gevent.core; print(gevent.core.loop)\"
"
-
if not %GWHEEL_ONLY%==true
"%PYEXE% -c \"import gevent; print(gevent.config.settings['resolver'].get_options())\"
"
-
if not %GWHEEL_ONLY%==true
"%PYEXE% -mgevent.tests --config known_failures.py --quiet"
-
if not %GWHEEL_ONLY%==true
%PYEXE% -c "import gevent.core; print(gevent.core.loop)
"
-
if not %GWHEEL_ONLY%==true
%PYEXE% -c "import gevent; print(gevent.config.settings['resolver'].get_options())
"
-
if not %GWHEEL_ONLY%==true
%PYEXE% -mgevent.tests --config known_failures.py --quiet
after_test
:
# We already built the wheel during build_script, because it's
...
...
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