Skip to content

Commit 0d57c29

Browse files
committed
ENH: Add an extra windows build
1 parent 03f21ad commit 0d57c29

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

README.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
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
11+
12+
.. |Coveralls| image:: https://coveralls.io/repos/nipy/nibabel/badge.png?branch=master
13+
.. _Coveralls: https://coveralls.io/r/nipy/nibabel?branch=master
14+
15+
416
=======
517
NiBabel
618
=======

appveyor.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
environment:
66

77
matrix:
8+
- PYTHON: "C:\\Python27-conda32"
9+
PYTHON_VERSION: "2.7"
10+
PYTHON_ARCH: "32"
11+
812
- PYTHON: "C:\\Python34-conda32"
913
PYTHON_VERSION: "3.4"
1014
PYTHON_ARCH: "32"

0 commit comments

Comments
 (0)