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 ad70361 commit 28cb1b1Copy full SHA for 28cb1b1
.travis.yml
@@ -13,6 +13,7 @@ install:
13
- if [[ $TRAVIS_PYTHON_VERSION == "2.6" ]]; then pip install ordereddict; fi
14
- pip install git+https://github.com/chfw/pyexcel-io.git
15
- pip install git+https://github.com/chfw/pyexcel.git
16
+ - pip install -r requirements.txt
17
- pip install -r tests/requirements.txt
18
script:
19
make test
0 commit comments