Skip to content

Commit 3e25154

Browse files
committed
prepare for 0.1.0 release
1 parent a60a40b commit 3e25154

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ python:
1313
- pypy
1414
install:
1515
- pip install -r requirements.txt
16-
- pip install git+https://github.com/chfw/pyexcel-io.git
17-
- pip install git+https://github.com/chfw/pyexcel.git
1816
- pip install -r tests/requirements.txt
1917
script:
2018
make test

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0-dev
1+
0.1.0

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
pyexcel-io>=0.1.0
2+
pyexcel>=0.2.0
13
tabulate

tests/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
https://github.com/chfw/pyexcel/archive/master.zip
12
nose
23
rednose
34
nose-cov

0 commit comments

Comments
 (0)