From 277b4360e3649e1116a05f95b280c0486f544874 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Wed, 29 Mar 2017 00:14:27 +1100 Subject: [PATCH] pip intall restframework --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 18607a7baa..2ee970d740 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,9 @@ python: before_install: - pip install pep8 - pip install django + - pip install djangorestframework script: - "pep8 --exclude=migrations --ignore=E402,W293,E501 InvenTree" - - python InvenTree/manage.py check \ No newline at end of file + - python InvenTree/manage.py check + - python InvenTree/manage.py test --noinput \ No newline at end of file