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
39a1fdfa
Commit
39a1fdfa
authored
Mar 16, 2016
by
Jason Madden
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test on pypy 5 on travis.
parent
f703d8e3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
Makefile
Makefile
+2
-2
doc/intro.rst
doc/intro.rst
+2
-2
scripts/install.sh
scripts/install.sh
+1
-1
No files found.
Makefile
View file @
39a1fdfa
...
...
@@ -98,7 +98,7 @@ PY27=$(BUILD_RUNTIMES)/snakepit/python2.7
PY33
=
$(BUILD_RUNTIMES)
/snakepit/python3.3
PY34
=
$(BUILD_RUNTIMES)
/snakepit/python3.4
PY35
=
$(BUILD_RUNTIMES)
/snakepit/python3.5
PYPY
=
$(BUILD_RUNTIMES)
/snakepit/pypy
PYPY
=
$(BUILD_RUNTIMES)
/snakepit/pypy
5
TOOLS
=
$(BUILD_RUNTIMES)
/tools
...
...
@@ -162,7 +162,7 @@ test-py35: $(PY35)
PYTHON
=
python3.5
PATH
=
$(BUILD_RUNTIMES)
/versions/python3.5/bin:
$(PATH)
make develop fulltoxtest
test-pypy
:
$(PYPY)
PYTHON
=
pypy
PATH
=
$(BUILD_RUNTIMES)
/versions/pypy
/bin:
$(PATH)
make develop toxtest
PYTHON
=
pypy
5
PATH
=
$(BUILD_RUNTIMES)
/versions/pypy5
/bin:
$(PATH)
make develop toxtest
test-py27-cffi
:
$(PY27)
GEVENT_CORE_CFFI_ONLY
=
1
PYTHON
=
python2.7
PATH
=
$(BUILD_RUNTIMES)
/versions/python2.7/bin:
$(PATH)
make develop toxtest
...
...
doc/intro.rst
View file @
39a1fdfa
...
...
@@ -28,7 +28,7 @@ supported. (Users of older versions of Python 2 need to install gevent
1.0.x (2.5) or 1.1.x (2.6); Python 3 is not supported by 1.0.) gevent requires the
greenlet__ library.
gevent 1.1 also runs on PyPy 2.6.1 and above, although
4
.0 or above is
gevent 1.1 also runs on PyPy 2.6.1 and above, although
5
.0 or above is
strongly recommended. On PyPy, there are no external dependencies.
.. note:: gevent does *not* run on PyPy on Windows because the CFFI backend
...
...
@@ -332,4 +332,4 @@ __ http://sdiehl.github.io/gevent-tutorial/
.. rubric:: Footnotes
.. [#f1] This was not the case before 0.13.0, :meth:`kill <
Greenlet
>` method in 0.12.2 and older was asynchronous by default.
.. [#f1] This was not the case before 0.13.0, :meth:`kill <
gevent.greenlet.Greenlet.kill
>` method in 0.12.2 and older was asynchronous by default.
scripts/install.sh
View file @
39a1fdfa
...
...
@@ -100,7 +100,7 @@ for var in "$@"; do
install
3.5.1 python3.5
;;
pypy
)
install
pypy-
4.0.1 pypy
install
pypy-
5.0.0 pypy5
;;
esac
done
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