Skip to content

Commit 421577e

Browse files
committed
Fix travis build
adding flake8-rst to travis-36.yaml reverting changes to requirements-optional-pip.txt pytables seems to be tables on PyPI [running ./scripts/convert_deps.py previously changed it] Signed-off-by: Fabian Haase <[email protected]>
1 parent bc6d6f7 commit 421577e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ci/requirements-optional-pip.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ numexpr>=2.6.1
1717
openpyxl==2.5.5
1818
pyarrow
1919
pymysql
20-
pytables>=3.4.2
20+
tables
2121
pytest-cov
2222
pytest-xdist
2323
s3fs

ci/travis-36.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ dependencies:
1010
- feather-format
1111
- flake8>=3.5
1212
- flake8-comprehensions
13+
- flake8-rst
1314
- gcsfs
1415
- geopandas
1516
- html5lib

0 commit comments

Comments
 (0)