Skip to content

Commit 4dddb80

Browse files
committed
resolve conflict
2 parents df8c902 + 683e829 commit 4dddb80

15 files changed

+1780
-61
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "c-blosc"]
22
path = c-blosc
3-
url = git@github.com:Blosc/c-blosc.git
3+
url = https://github.com/Blosc/c-blosc.git

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
language: python
2+
3+
python:
4+
- 2.7
5+
- 3.4
6+
- 3.5
7+
8+
install:
9+
- pip install -U pip setuptools setuptools_scm wheel
10+
- pip install -U nose -rrequirements.txt
11+
- python setup.py build_ext --inplace
12+
13+
script:
14+
- nosetests -v

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
recursive-include c-blosc *
22
recursive-include zarr *.pyx
3+
include cpuinfo.py

README.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ Python.
77
* Source code: https://github.com/alimanfoo/zarr
88
* Download: https://pypi.python.org/pypi/zarr
99

10+
.. image:: https://travis-ci.org/alimanfoo/zarr.svg?branch=master
11+
:target: https://travis-ci.org/alimanfoo/zarr
12+
1013
Installation
1114
------------
1215

0 commit comments

Comments
 (0)