inspirehep/inspire-dojson

missing test dependencies

Closed this issue · 1 comments

After installing in a clean environment, the following dependencies were missing to run the tests (besides those installed by pip install -e .:
pytest, pytest-coverage, pytest-flake8.

You'll want to install them with pip install -e .[tests], like Travis does:

- pip install -e .[tests]