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

mrocklin / dask / 2784
91%
master: 94%

Build:
Build:
LAST BUILD BRANCH: astype-passthrough
DEFAULT BRANCH: master
Ran 30 Apr 2019 04:41PM UTC
Jobs 1
Files 108
Run time 5s
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
2784

push

travis-ci

mrocklin
Add dtype= parameter to da.random.randint

Fixes https://github.com/dask/dask/issues/4579

Also checked to see if there were any other cases of dtype being
supported with

```
import numpy

for func in dir(np.random):
    if 'dtype=' in (getattr(np.random, func).__doc__ or ''):
        print(func)
```

2 of 2 new or added lines in 1 file covered. (100.0%)

17197 of 18966 relevant lines covered (90.67%)

0.91 hits per line

Jobs
ID Job ID Ran Files Coverage
3 2784.3 (PYTHON=3.6 NUMPY=1.15.1 PANDAS=0.23.4 TEST='true' LINT='true' COVERAGE='true' PARALLEL='false' XTRATESTARGS= TEST_IMPORTS='true') 30 Apr 2019 04:41PM UTC 0
90.67
Travis Job 2784.3
Source Files on build 2784
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2784
  • f8d798a9 on github
  • Next Build on randint-dtype (#2787)
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