We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9929ad8 commit e659077Copy full SHA for e659077
.travis.yml
@@ -13,7 +13,7 @@ before_install:
13
- conda update --yes conda
14
15
install:
16
- - conda install --yes python=$TRAVIS_PYTHON_VERSION numpy pandas
+ - conda install --yes python=$TRAVIS_PYTHON_VERSION numpy pandas xlrd
17
18
script:
19
- python3 -m unittest test.test_parsers
requirements.txt
@@ -1,4 +1,4 @@
1
numpy
2
pandas
3
jpype1
4
-
+xlrd
0 commit comments