Move django_jenkins into development.py

This commit is contained in:
James Laska
2014-06-05 15:00:21 -04:00
parent 38bfbb4b46
commit e8dc57ff36
3 changed files with 26 additions and 27 deletions

View File

@@ -175,7 +175,7 @@ test_tox:
# Run unit tests to produce output for Jenkins.
test_jenkins:
DJANGO_SETTINGS_MODULE="awx.settings.jenkins" $(PYTHON) manage.py jenkins -v2
$(PYTHON) manage.py jenkins -v2
package.json:
sed -e 's/%NAME%/$(NAME)/;s/%VERSION%/$(VERSION)/' packaging/grunt/package.template > $@