From beddb946837114cc93d076acc53d0a572a74669b Mon Sep 17 00:00:00 2001
From: Oliver Walters <oliver.henry.walters@gmail.com>
Date: Wed, 29 Mar 2017 00:01:58 +1100
Subject: [PATCH] fixed path to manage.db

---
 .travis.yml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 448f12de7c..6b6afd5db2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,8 +6,6 @@ before_install:
     - pip install pep8
     - pip install django
     
-before_script:
-    - "pep8 --exclude=migrations --ignore=E402,W293,E501 InvenTree"
-    
 script:
-    - python manage.py syncdb --noinput
\ No newline at end of file
+    - "pep8 --exclude=migrations --ignore=E402,W293,E501 InvenTree"
+    - python InvenTree/manage.py syncdb --noinput
\ No newline at end of file