Skip to content

Commit

Permalink
Update appveyor after move to pyviz (#650)
Browse files Browse the repository at this point in the history
  • Loading branch information
ceball authored and jbednar committed Sep 10, 2018
1 parent 2f8fb98 commit 6079a6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Datashader
----------

[![Travis build Status](https://travis-ci.org/pyviz/datashader.svg?branch=master)](https://travis-ci.org/pyviz/datashader)
[![Appveyor build status](https://ci.appveyor.com/api/projects/status/h3lwh6ju4hfcgkm8/branch/master?svg=true)](https://ci.appveyor.com/project/pyviz-integrations/datashader/branch/master)
[![Windows build status](https://ci.appveyor.com/api/projects/status/uc7atn5y35ay38eb/branch/master?svg=true)](https://ci.appveyor.com/project/pyviz/datashader/branch/master)
[![Task Status](https://badge.waffle.io/pyviz/datashader.png?label=ready&title=tasks)](https://waffle.io/pyviz/datashader)


Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@

extras_require = {
'tests': [
'pytest >=2.8.5',
'pytest-benchmark >=3.0.0',
'pytest ==3.6.3',
'pytest-benchmark ==3.0.0',
'flake8',
'nbsmoke >=0.2.6',
],
Expand Down

0 comments on commit 6079a6c

Please sign in to comment.