From 6ccde4256e39662dcfecab122924cb522f926379 Mon Sep 17 00:00:00 2001 From: Oskar Hahn Date: Sat, 1 Dec 2012 18:07:44 +0100 Subject: [PATCH] added testing packages to the requirements.txt file --- .travis.yml | 1 - requirements.txt | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bad214ce7..f91d92918 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,6 @@ python: - "2.7" install: - pip install -r requirements.txt --use-mirrors - - pip install coverage django-discover-runner pep8 - python extras/scripts/create_local_settings.py script: - coverage run ./manage.py test tests && coverage report -m diff --git a/requirements.txt b/requirements.txt index 15fe79d8d..e43764974 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,3 +3,6 @@ django-mptt reportlab PIL simplejson +coverage +django-discover-runner +pep8