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
23a73172
Commit
23a73172
authored
Apr 06, 2017
by
Jason Madden
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Install PyPy 5.7.1 on Travis. [skip appveyor].
parent
db7db6a5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
14 deletions
+14
-14
.travis.yml
.travis.yml
+8
-8
Makefile
Makefile
+4
-4
scripts/install.sh
scripts/install.sh
+2
-2
No files found.
.travis.yml
View file @
23a73172
...
...
@@ -9,16 +9,16 @@ env:
matrix
:
# These are ordered to get as much diversity in the
# first group of parallel runs (4) as posible
-
TASK=test-py27-noembed
#
- TASK=test-py27-noembed
-
TASK=test-pypy
-
TASK=test-py36
-
TASK=lint-py27
#
- TASK=test-py36
#
- TASK=lint-py27
-
TASK=test-pypy3
-
TASK=test-py35
-
TASK=test-py278
-
TASK=test-py27
-
TASK=test-py34
-
TASK=test-py27-cffi
#
- TASK=test-py35
#
- TASK=test-py278
#
- TASK=test-py27
#
- TASK=test-py34
#
- TASK=test-py27-cffi
matrix
:
fast_finish
:
true
...
...
Makefile
View file @
23a73172
...
...
@@ -109,8 +109,8 @@ PY27=$(BUILD_RUNTIMES)/snakepit/python2.7.13
PY34
=
$(BUILD_RUNTIMES)
/snakepit/python3.4.5
PY35
=
$(BUILD_RUNTIMES)
/snakepit/python3.5.3
PY36
=
$(BUILD_RUNTIMES)
/snakepit/python3.6.0
PYPY
=
$(BUILD_RUNTIMES)
/snakepit/pypy5
6
PYPY3
=
$(BUILD_RUNTIMES)
/snakepit/pypy3.
3_5.5
PYPY
=
$(BUILD_RUNTIMES)
/snakepit/pypy5
71
PYPY3
=
$(BUILD_RUNTIMES)
/snakepit/pypy3.
5_571
TOOLS
=
$(BUILD_RUNTIMES)
/tools
...
...
@@ -178,10 +178,10 @@ test-py36: $(PY36)
PYTHON
=
python3.6.0
PIP
=
pip
PATH
=
$(BUILD_RUNTIMES)
/versions/python3.6.0/bin:
$(PATH)
make develop toxtest
test-pypy
:
$(PYPY)
PYTHON
=
$(PYPY)
PIP
=
pip
PATH
=
$(BUILD_RUNTIMES)
/versions/pypy5
6
/bin:
$(PATH)
make develop toxtest
PYTHON
=
$(PYPY)
PIP
=
pip
PATH
=
$(BUILD_RUNTIMES)
/versions/pypy5
71
/bin:
$(PATH)
make develop toxtest
test-pypy3
:
$(PYPY3)
PYTHON
=
$(PYPY3)
PIP
=
pip
PATH
=
$(BUILD_RUNTIMES)
/versions/pypy3.
3_5.5
/bin:
$(PATH)
make develop toxtest
PYTHON
=
$(PYPY3)
PIP
=
pip
PATH
=
$(BUILD_RUNTIMES)
/versions/pypy3.
5_571
/bin:
$(PATH)
make develop toxtest
test-py27-cffi
:
$(PY27)
GEVENT_CORE_CFFI_ONLY
=
1
PYTHON
=
python2.7.13
PATH
=
$(BUILD_RUNTIMES)
/versions/python2.7.13/bin:
$(PATH)
make develop toxtest
...
...
scripts/install.sh
View file @
23a73172
...
...
@@ -103,10 +103,10 @@ for var in "$@"; do
install
3.6.0 python3.6.0
;;
pypy
)
install
pypy2-5.
6.0 pypy56
install
pypy2-5.
7.1 pypy571
;;
pypy3
)
install
pypy3.
3-5.5-alpha pypy3.3_5.5
install
pypy3.
5-5.7.1-beta pypy3.5_571
;;
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