inspirehep / inspire-dojson

INSPIRE-specific rules to transform from MARCXML to JSON and back.
GNU General Public License v3.0
3 stars 18 forks source link

missing test dependencies #18

Closed michamos closed 7 years ago

michamos commented 7 years ago

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.

jacquerie commented 7 years ago

You'll want to install them with pip install -e .[tests], like Travis does: https://github.com/inspirehep/inspire-dojson/blob/d22c0098a2539d035af48688064787bacc690363/.travis.yml#L43