Skip to content

Commit 9841c41

Browse files
committed
FIX: Fix badge
1 parent 0d57c29 commit 9841c41

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

README.rst

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
11
.. -*- rest -*-
22
.. vim:syntax=rest
33
4-
|Travis|_ |Appveyor|_ |Coveralls|_
5-
6-
.. |Travis| image:: https://api.travis-ci.org/nipy/nibabel.png?branch=master
7-
.. _Travis: https://travis-ci.org/nipy/nibabel
8-
9-
.. |Appveyor| image:: https://ci.appveyor.com/api/projects/status/l8iq16s39ac0wjvh/branch/master?svg=true
10-
.. _Travis: https://ci.appveyor.com/project/Eric89GXL/nibabel/branch/master
4+
|Coveralls|_
115

126
.. |Coveralls| image:: https://coveralls.io/repos/nipy/nibabel/badge.png?branch=master
137
.. _Coveralls: https://coveralls.io/r/nipy/nibabel?branch=master

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ environment:
1919

2020
install:
2121
# Install miniconda Python
22-
- "powershell ./nibabel-data/install_python.ps1"
22+
- "powershell ./tools/install_python.ps1"
2323

2424
# Prepend newly installed Python to the PATH of this build (this cannot be
2525
# done from inside the powershell script as it would require to restart
File renamed without changes.

0 commit comments

Comments
 (0)