Fix Makefile rule to reference install-test

This commit is contained in:
Damien Cassou 2016-03-14 07:46:40 +01:00
parent dac6295376
commit e5e1f42013

View file

@ -40,7 +40,7 @@ repository or PyPI package. Trying to e.g. run ``py.test`` directly will
require a lot of environment variables to be set (for configuration) and you require a lot of environment variables to be set (for configuration) and you
probably don't want to deal with that. probably don't want to deal with that.
You can install the testing dependencies with ``make test-install``. You You can install the testing dependencies with ``make install-test``. You
probably don't want this since it will use pip to download the dependencies. probably don't want this since it will use pip to download the dependencies.
Alternatively you can find the testing dependencies in Alternatively you can find the testing dependencies in
``test-requirements.txt``, again with lower-bound version requirements. ``test-requirements.txt``, again with lower-bound version requirements.