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 44b5526 commit ce50479Copy full SHA for ce50479
.travis.yml
@@ -1,3 +1,4 @@
1
+sudo: false
2
language: python
3
notifications:
4
email: false
@@ -8,10 +9,9 @@ python:
8
9
- 2.7
10
- 3.3
11
- 3.4
12
+ - 3.5
13
- pypy
14
install:
- - pip install git+https://github.com/chfw/pyexcel-io.git
- - pip install git+https://github.com/chfw/pyexcel.git
15
- pip install -r tests/requirements.txt
16
script:
17
make test
tests/requirements.txt
@@ -3,5 +3,6 @@ rednose
nose-cov
python-coveralls
5
coverage
6
-pyexcel-xls
+pyexcel-xls>=0.0.7
7
+pyexcel>=0.1.7
SQLAlchemy
0 commit comments