diff --git a/README.rst b/README.rst index d1762a8..14975ee 100644 --- a/README.rst +++ b/README.rst @@ -13,7 +13,7 @@ This package provides an HTTP transport for nirum-python_. .. code-block:: python - from youtservice import YourService_Client + from yourservice import YourService_Client from nirum_http import HttpTransport transport = HttpTransport('https://service-host/') diff --git a/tox.ini b/tox.ini index c1cb0e1..46cf1d1 100644 --- a/tox.ini +++ b/tox.ini @@ -5,10 +5,6 @@ skipsdist = true [testenv] skip_install = true commands = - ; FIXME: the following command should be removed when - ; https://github.com/tholo/pytest-flake8/pull/35 is merged: - pip install git+git://github.com/jezdez/pytest-flake8.git@flake8-3.5.0 - pip install -f {distdir} -e .[tests] pytest -v