Skip to content

Commit 77df97f

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 77df97f

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
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

pandas/core/accessor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ def decorator(accessor):
206206
207207
def __init__(self, pandas_object): # noqa: E999
208208
...
209-
209+
210210
For consistency with pandas methods, you should raise an ``AttributeError``
211211
if the data passed to your accessor has an incorrect dtype.
212212

0 commit comments

Comments
 (0)