From 513142d487aa8e54b417bce75f895bd3093dad81 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Fri, 21 Aug 2020 21:27:39 +1000 Subject: [PATCH] Update travis file --- .travis.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index bdc0aad06c..d3ac736a7c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,16 +12,17 @@ addons: before_install: - sudo apt-get update - sudo apt-get install gettext - - make install - - make migrate + - pip3 install invoke + - invoke install + - invoke migrate - cd InvenTree && python3 manage.py createsuperuser --username InvenTreeAdmin --email admin@inventree.com --noinput && cd .. script: - cd InvenTree && python3 manage.py makemigrations && cd .. - python3 ci/check_migration_files.py - - make coverage - - make translate - - make style + - invoke coverage + - invoke translate + - invoke style after_success: - coveralls \ No newline at end of file