Skip to content

Commit

Permalink
Fix travis build
Browse files Browse the repository at this point in the history
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 <haase.fabian@gmail.com>
  • Loading branch information
FHaase committed Oct 27, 2018
1 parent bc6d6f7 commit 77df97f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/requirements-optional-pip.txt
Expand Up @@ -17,7 +17,7 @@ numexpr>=2.6.1
openpyxl==2.5.5
pyarrow
pymysql
pytables>=3.4.2
tables
pytest-cov
pytest-xdist
s3fs
Expand Down
1 change: 1 addition & 0 deletions ci/travis-36.yaml
Expand Up @@ -10,6 +10,7 @@ dependencies:
- feather-format
- flake8>=3.5
- flake8-comprehensions
- flake8-rst
- gcsfs
- geopandas
- html5lib
Expand Down
2 changes: 1 addition & 1 deletion pandas/core/accessor.py
Expand Up @@ -206,7 +206,7 @@ def decorator(accessor):
def __init__(self, pandas_object): # noqa: E999
...
For consistency with pandas methods, you should raise an ``AttributeError``
if the data passed to your accessor has an incorrect dtype.
Expand Down

0 comments on commit 77df97f

Please sign in to comment.