We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a60a40b commit 3e25154Copy full SHA for 3e25154
.travis.yml
@@ -13,8 +13,6 @@ python:
13
- pypy
14
install:
15
- 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
18
- pip install -r tests/requirements.txt
19
script:
20
make test
VERSION
@@ -1 +1 @@
1
-0.1.0-dev
+0.1.0
requirements.txt
@@ -1 +1,3 @@
+pyexcel-io>=0.1.0
2
+pyexcel>=0.2.0
3
tabulate
tests/requirements.txt
@@ -1,3 +1,4 @@
+https://github.com/chfw/pyexcel/archive/master.zip
nose
rednose
4
nose-cov
0 commit comments