Merge pull request #385 from DamienCassou/patch-1

Fix Makefile rule to reference install-test
This commit is contained in:
Markus Unterwaditzer 2016-03-14 11:04:00 +01:00
commit 44721f18dd

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.