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
45426641
Commit
45426641
authored
Sep 16, 2015
by
Jason Madden
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Re-enable other tests again. [skip ci]
parent
4b01e091
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
9 deletions
+5
-9
.travis.yml
.travis.yml
+5
-5
Makefile
Makefile
+0
-4
No files found.
.travis.yml
View file @
45426641
language
:
python
sudo
:
false
python
:
#
- 2.6
-
2.6
-
2.7
#
- pypy
#
- 3.3
#
- 3.4
#
- 3.5
-
pypy
-
3.3
-
3.4
-
3.5
env
:
-
LINT=true
-
LINT=false
...
...
Makefile
View file @
45426641
...
...
@@ -98,10 +98,6 @@ travis_cpython:
travis_test_linters
:
make lint
GEVENTTEST_COVERAGE
=
1 make leaktest
# XXX Can we do this here? It would be nice to get these reports, but
# first, it may cause issues with the leak tests. And second, 'coverage combine'
# chokes if a datafile hasn't been fully written, which can happen when
# our timeout killer kills a script (and they do take longer under coverage)
coverage combine
coveralls
...
...
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