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

mrocklin / dask / 1834
94%

Build:
DEFAULT BRANCH: master
Ran 13 Mar 2017 10:20PM UTC
Jobs 1
Files 88
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
1834

push

travis-ci

mrocklin
Update toolz version requirement (>=0.7.2 to >=0.7.3) (#2062)

* Update toolz version requirement (>=0.7.2 to >=0.8.2)

With toolz 0.7.2, `import dask.bag` fails.

```
$ pip freeze | grep toolz
toolz==0.7.2
$ python -c 'from toolz import peek'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ImportError: cannot import name 'peek'
$ pip install toolz==0.8.2
...
$ pip freeze | grep toolz
toolz==0.8.2
$ python -c 'from toolz import peek'
```

* Update setup.py

12096 of 12998 relevant lines covered (93.06%)

0.93 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1834.1 (PYTHON=2.7 NUMPY=1.10.4 PANDAS=0.19.0 COVERAGE='true' PARALLEL='false' TEST_IMPORTS='false' XTRATESTARGS=) 13 Mar 2017 10:20PM UTC 0
93.06
Travis Job 1834.1
Source Files on build 1834
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1834
  • 741e3d50 on github
  • Prev Build on master (#1382)
  • Next Build on master (#1866)
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