Skip to content

Commit e659077

Browse files
committed
Requirements updated
1 parent 9929ad8 commit e659077

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ before_install:
1313
- conda update --yes conda
1414

1515
install:
16-
- conda install --yes python=$TRAVIS_PYTHON_VERSION numpy pandas
16+
- conda install --yes python=$TRAVIS_PYTHON_VERSION numpy pandas xlrd
1717

1818
script:
1919
- python3 -m unittest test.test_parsers

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
numpy
22
pandas
33
jpype1
4-
4+
xlrd

0 commit comments

Comments
 (0)