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
7b94b179
Commit
7b94b179
authored
Nov 11, 2017
by
Jason Madden
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Debugging why cares failed on travis.
parent
cdc54afd
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
8 deletions
+9
-8
.travis.yml
.travis.yml
+7
-7
Makefile
Makefile
+2
-1
No files found.
.travis.yml
View file @
7b94b179
...
...
@@ -10,16 +10,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-pypy
-
TASK=test-py36
#
- TASK=test-py27-noembed
#
- TASK=test-pypy
#
- TASK=test-py36
-
TASK=lint-py27
-
TASK=test-pypy3
#
- TASK=test-pypy3
-
TASK=test-py35
-
TASK=test-py278
#
- TASK=test-py278
-
TASK=test-py27
-
TASK=test-py34
-
TASK=test-py27-cffi
#
- TASK=test-py34
#
- TASK=test-py27-cffi
matrix
:
fast_finish
:
true
...
...
Makefile
View file @
7b94b179
...
...
@@ -77,6 +77,7 @@ test_prelim:
${PYTHON}
--version
${PYTHON}
-c
'import greenlet; print(greenlet, greenlet.__version__)'
${PYTHON}
-c
'import gevent.core; print(gevent.core.loop)'
${PYTHON}
-c
'import gevent.ares; print(gevent.ares)'
make bench
toxtest
:
test_prelim
...
...
@@ -162,7 +163,7 @@ develop:
# Then start installing our deps so they can be cached. Note that use of --build-options / --global-options / --install-options
# disables the cache.
# We need wheel>=0.26 on Python 3.5. See previous revisions.
${PIP}
install
-U
-r
dev-requirements.txt
${PIP}
install
-
vv
-
U
-r
dev-requirements.txt
lint-py27
:
$(PY27)
PYTHON
=
python2.7.13
PATH
=
$(BUILD_RUNTIMES)
/versions/python2.7.13/bin:
$(PATH)
make develop travis_test_linters
...
...
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