• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

mrocklin / multipledispatch / 199
0%

Build:
DEFAULT BRANCH: master
Ran 09 Oct 2016 05:35PM UTC
Jobs 6
Files 0
Run time –
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
199

push

travis-ci

mrocklin
Fix DeprecationWarning's, test more python versions (#58)

* Fix "DeprecationWarning: inspect.getargspec() is deprecated"

Closes #55

* Fix "DeprecationWarning: resolve() is deprecated, use dispatch(*types)"

* Try to enable testing on 3.4 and 3.5

* Try also 3.6-dev

I tested this with pytest - not sure how to do this with nosetests.

$ cat conftest.py
import warnings

import pytest

@pytest.fixture(autouse=True, scope='session')
def enable_deprecationwarnings():
    warnings.simplefilter('error', DeprecationWarning)

$ py.test multipledispatch --doctest-modules
============================= test session starts ==============================
platform linux -- Python 3.6.0b1+, pytest-3.0.3, py-1.4.31, pluggy-0.4.0
rootdir: /home/sk/src/multipledispatch, inifile:
plugins: cov-2.3.1
collected 45 items

multipledispatch/core.py .
multipledispatch/dispatcher.py ....
multipledispatch/utils.py ....
multipledispatch/tests/test_conflict.py .......
multipledispatch/tests/test_core.py ............
multipledispatch/tests/test_dispatcher.py .................

========================== 45 passed in 0.38 seconds ===========================

* Drop deprecated pip option '--use-mirrors'
Jobs
ID Job ID Ran Files Coverage
1 199.1 09 Oct 2016 05:35PM UTC 0
Travis Job 199.1
2 199.2 09 Oct 2016 05:35PM UTC 0
Travis Job 199.2
4 199.4 09 Oct 2016 05:35PM UTC 0
Travis Job 199.4
5 199.5 09 Oct 2016 05:35PM UTC 0
Travis Job 199.5
6 199.6 09 Oct 2016 05:36PM UTC 0
Travis Job 199.6
7 199.7 09 Oct 2016 05:37PM UTC 0
Travis Job 199.7
Source Files on build 199
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #199
  • 207a7f5d on github
  • Prev Build on master (#194)
  • Next Build on master (#200)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc