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
aa8ffadd
Commit
aa8ffadd
authored
Jul 12, 2018
by
Jason Madden
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update all travis tested python versions. [skip appveyor]
parent
4c3badb1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
26 additions
and
25 deletions
+26
-25
CHANGES.rst
CHANGES.rst
+1
-0
Makefile
Makefile
+19
-19
scripts/install.sh
scripts/install.sh
+6
-6
No files found.
CHANGES.rst
View file @
aa8ffadd
...
...
@@ -9,6 +9,7 @@
- Nothing changed yet.
- Update Python versions tested on Travis, including PyPy to 6.0. See :issue:`1195`.
1.3.4 (2018-06-20)
==================
...
...
Makefile
View file @
aa8ffadd
...
...
@@ -127,13 +127,13 @@ coverage_combine:
BUILD_RUNTIMES
?=
$(PWD)
/.runtimes
PY278
=
$(BUILD_RUNTIMES)
/snakepit/python2.7.8
PY27
=
$(BUILD_RUNTIMES)
/snakepit/python2.7.1
4
PY34
=
$(BUILD_RUNTIMES)
/snakepit/python3.4.
7
PY27
=
$(BUILD_RUNTIMES)
/snakepit/python2.7.1
5
PY34
=
$(BUILD_RUNTIMES)
/snakepit/python3.4.
8
PY35
=
$(BUILD_RUNTIMES)
/snakepit/python3.5.5
PY36
=
$(BUILD_RUNTIMES)
/snakepit/python3.6.
4
PY37
=
$(BUILD_RUNTIMES)
/snakepit/python3.7.0
b4
PYPY
=
$(BUILD_RUNTIMES)
/snakepit/pypy
51
00
PYPY3
=
$(BUILD_RUNTIMES)
/snakepit/pypy3.5_
5101
PY36
=
$(BUILD_RUNTIMES)
/snakepit/python3.6.
6
PY37
=
$(BUILD_RUNTIMES)
/snakepit/python3.7.0
PYPY
=
$(BUILD_RUNTIMES)
/snakepit/pypy
6
00
PYPY3
=
$(BUILD_RUNTIMES)
/snakepit/pypy3.5_
600
TOOLS
=
$(BUILD_RUNTIMES)
/tools
...
...
@@ -185,34 +185,34 @@ develop:
@${PYTHON}
scripts/travis.py
fold_end
install
test-py27
:
$(PY27)
PYTHON
=
python2.7.1
4
PATH
=
$(BUILD_RUNTIMES)
/versions/python2.7.14
/bin:
$(PATH)
make develop leaktest cffibackendtest coverage_combine
PYTHON
=
python2.7.1
5
PATH
=
$(BUILD_RUNTIMES)
/versions/python2.7.15
/bin:
$(PATH)
make develop leaktest cffibackendtest coverage_combine
test-py34
:
$(PY34)
PYTHON
=
python3.4.
7
PATH
=
$(BUILD_RUNTIMES)
/versions/python3.4.7
/bin:
$(PATH)
make develop basictest
PYTHON
=
python3.4.
8
PATH
=
$(BUILD_RUNTIMES)
/versions/python3.4.8
/bin:
$(PATH)
make develop basictest
test-py35
:
$(PY35)
PYTHON
=
python3.5.5
PATH
=
$(BUILD_RUNTIMES)
/versions/python3.5.5/bin:
$(PATH)
make develop basictest
test-py36
:
$(PY36)
PYTHON
=
python3.6.
4
PATH
=
$(BUILD_RUNTIMES)
/versions/python3.6.4
/bin:
$(PATH)
make develop lint allbackendtest
PYTHON
=
python3.6.
6
PATH
=
$(BUILD_RUNTIMES)
/versions/python3.6.6
/bin:
$(PATH)
make develop lint allbackendtest
test-py37
:
$(PY37)
LD_LIBRARY_PATH
=
$(BUILD_RUNTIMES)
/versions/python3.7.0
b4/openssl/lib
PYTHON
=
python3.7.0b4
PATH
=
$(BUILD_RUNTIMES)
/versions/python3.7.0b4
/bin:
$(PATH)
make develop leaktest cffibackendtest coverage_combine
LD_LIBRARY_PATH
=
$(BUILD_RUNTIMES)
/versions/python3.7.0
/openssl/lib
PYTHON
=
python3.7.0
PATH
=
$(BUILD_RUNTIMES)
/versions/python3.7.0
/bin:
$(PATH)
make develop leaktest cffibackendtest coverage_combine
test-pypy
:
$(PYPY)
PYTHON
=
$(PYPY)
PATH
=
$(BUILD_RUNTIMES)
/versions/pypy
51
00/bin:
$(PATH)
make develop cffibackendtest
PYTHON
=
$(PYPY)
PATH
=
$(BUILD_RUNTIMES)
/versions/pypy
6
00/bin:
$(PATH)
make develop cffibackendtest
test-pypy3
:
$(PYPY3)
PYTHON
=
$(PYPY3)
PATH
=
$(BUILD_RUNTIMES)
/versions/pypy3.5_
5101
/bin:
$(PATH)
make develop basictest
PYTHON
=
$(PYPY3)
PATH
=
$(BUILD_RUNTIMES)
/versions/pypy3.5_
600
/bin:
$(PATH)
make develop basictest
test-py27-noembed
:
$(PY27)
@
python2.7.1
4
scripts/travis.py fold_start conf_libev
"Configuring libev"
@
python2.7.1
5
scripts/travis.py fold_start conf_libev
"Configuring libev"
cd
deps/libev
&&
./configure
--disable-dependency-tracking
&&
make
@
python2.7.1
4
scripts/travis.py fold_end conf_libev
@
python2.7.1
4
scripts/travis.py fold_start conf_cares
"Configuring cares"
@
python2.7.1
5
scripts/travis.py fold_end conf_libev
@
python2.7.1
5
scripts/travis.py fold_start conf_cares
"Configuring cares"
cd
deps/c-ares
&&
./configure
--disable-dependency-tracking
&&
make
@
python2.7.1
4
scripts/travis.py fold_end conf_cares
@
python2.7.1
4
scripts/travis.py fold_start conf_libuv
"Configuring libuv"
@
python2.7.1
5
scripts/travis.py fold_end conf_cares
@
python2.7.1
5
scripts/travis.py fold_start conf_libuv
"Configuring libuv"
cd
deps/libuv
&&
./autogen.sh
&&
./configure
--disable-static
&&
make
@
python2.7.1
4
scripts/travis.py fold_end conf_libuv
CPPFLAGS
=
"-Ideps/libev -Ideps/c-ares -Ideps/libuv/include"
LDFLAGS
=
"-Ldeps/libev/.libs -Ldeps/c-ares/.libs -Ldeps/libuv/.libs"
LD_LIBRARY_PATH
=
"
$(PWD)
/deps/libev/.libs:
$(PWD)
/deps/c-ares/.libs:
$(PWD)
/deps/libuv/.libs"
EMBED
=
0
GEVENT_LOOP
=
libev-cext
PYTHON
=
python2.7.1
4
PATH
=
$(BUILD_RUNTIMES)
/versions/python2.7.14
/bin:
$(PATH)
make develop basictest
@
python2.7.1
5
scripts/travis.py fold_end conf_libuv
CPPFLAGS
=
"-Ideps/libev -Ideps/c-ares -Ideps/libuv/include"
LDFLAGS
=
"-Ldeps/libev/.libs -Ldeps/c-ares/.libs -Ldeps/libuv/.libs"
LD_LIBRARY_PATH
=
"
$(PWD)
/deps/libev/.libs:
$(PWD)
/deps/c-ares/.libs:
$(PWD)
/deps/libuv/.libs"
EMBED
=
0
GEVENT_LOOP
=
libev-cext
PYTHON
=
python2.7.1
5
PATH
=
$(BUILD_RUNTIMES)
/versions/python2.7.15
/bin:
$(PATH)
make develop basictest
scripts/install.sh
View file @
aa8ffadd
...
...
@@ -96,25 +96,25 @@ for var in "$@"; do
install
2.7.8 python2.7.8
;;
2.7
)
install
2.7.1
4 python2.7.14
install
2.7.1
5 python2.7.15
;;
3.4
)
install
3.4.
7 python3.4.7
install
3.4.
8 python3.4.8
;;
3.5
)
install
3.5.5 python3.5.5
;;
3.6
)
install
3.6.
4 python3.6.4
install
3.6.
6 python3.6.6
;;
3.7
)
install
3.7.0
b4 python3.7.0b4
install
3.7.0
python3.7.0
;;
pypy
)
install
pypy2.7-
5.10.0 pypy51
00
install
pypy2.7-
6.0.0 pypy6
00
;;
pypy3
)
install
pypy3.5-
5.10.1 pypy3.5_5101
install
pypy3.5-
6.0.0 pypy3.5_600
;;
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