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 b256e92 commit a8c2841Copy full SHA for a8c2841
.travis.yml
@@ -12,7 +12,7 @@ python:
12
install:
13
- if [[ $TRAVIS_PYTHON_VERSION == "2.6" ]]; then pip install weakrefset; fi
14
- if [[ $TRAVIS_PYTHON_VERSION == "2.6" ]]; then pip install ordereddict; fi
15
- - pip install https://github.com/chfw/ezodf/archive/master.zip
+ - pip install https://github.com/chfw/pyexcel/archive/master.zip
16
- pip install https://github.com/chfw/pyexcel-io/archive/master.zip
17
- pip install -r requirements.txt
18
- pip install -r tests/requirements.txt
pyexcel_ods3/__init__.py
@@ -18,7 +18,7 @@
READERS,
19
WRITERS,
20
isstream,
21
- load_data as read_data,
+ get_data as read_data,
22
store_data as write_data
23
)
24
PY2 = sys.version_info[0] == 2
0 commit comments