Commit 45426641 authored by Jason Madden's avatar Jason Madden

Re-enable other tests again. [skip ci]

parent 4b01e091
language: python language: python
sudo: false sudo: false
python: python:
# - 2.6 - 2.6
- 2.7 - 2.7
# - pypy - pypy
# - 3.3 - 3.3
# - 3.4 - 3.4
# - 3.5 - 3.5
env: env:
- LINT=true - LINT=true
- LINT=false - LINT=false
......
...@@ -98,10 +98,6 @@ travis_cpython: ...@@ -98,10 +98,6 @@ travis_cpython:
travis_test_linters: travis_test_linters:
make lint make lint
GEVENTTEST_COVERAGE=1 make leaktest 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 coverage combine
coveralls coveralls
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment