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