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

dask / dask / 11391
53%

Build:
DEFAULT BRANCH: master
Ran 01 May 2019 12:09AM UTC
Jobs 1
Files 108
Run time 6s
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
11391

push

travis-ci

jcrist
Add dtype= parameter to da.random.randint (#4753)

* 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)
```

* assert dtype

17197 of 18967 relevant lines covered (90.67%)

0.91 hits per line

Jobs
ID Job ID Ran Files Coverage
3 11391.3 (PYTHON=3.6 NUMPY=1.15.1 PANDAS=0.23.4 TEST='true' LINT='true' COVERAGE='true' PARALLEL='false' XTRATESTARGS= TEST_IMPORTS='true') 01 May 2019 12:09AM UTC 0
90.67
Travis Job 11391.3
Source Files on build 11391
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #11391
  • 099e1f23 on github
  • Prev Build on master (#11385)
  • Next Build on master (#11392)
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