incuna / incuna-test-utils

TestCases and other helpers for testing Django apps.
BSD 2-Clause "Simplified" License
7 stars 7 forks source link

Add local requirements file and a `make install` #50

Closed adam-thomas closed 9 years ago

adam-thomas commented 9 years ago

I noticed that djangorestframework wasn't being installed in test_requirements.txt (since Travis needs to vary it) so I added a new requirements file.

@incuna/backend quick review please? :)

meshy commented 9 years ago

Please don't do this. I have a real problem with having multiple requirements files (and even with the test_requirements.py).

I would rather that you rename the existing file to be requirements.txt, and just override the installation in .travis.yml where appropriate.

adam-thomas commented 9 years ago

@incuna/backend updated!

adam-thomas commented 9 years ago

Fix'd.

adam-thomas commented 9 years ago

Thanks :) will deploy presently!