fixes jenkins failures

* include requirements.txt in requirements_jenkins.txt
* include requirements.txt in requirements_dev.txt
* alter Makefile to NOT call the requirements rule in the requirements_*
rules. Again, this is now handled by the -r requirements.txt in the
respective _*.txt file.
* install jenkins requirements "globally" (in the virtualenv)
This commit is contained in:
Chris Meyers
2015-09-02 08:23:11 -04:00
parent 1f06a95c40
commit 9f33127919
3 changed files with 11 additions and 6 deletions

View File

@@ -1,2 +1,6 @@
-r requirements.txt
django-devserver
django-debug-toolbar
django-debug-toolbar
unittest2
pep8
flake8

View File

@@ -1,3 +1,4 @@
-r requirements.txt
ansible
django-jenkins
coverage