From 3a4a861621386b898130c7b3b4b0dac5b97cb909 Mon Sep 17 00:00:00 2001
From: Russell Jarvis <colouredstatic@gmail.com>
Date: Sat, 2 Feb 2019 18:04:58 -0700
Subject: [PATCH] Update travis.yml

---
 travis.yml | 27 ++++++++++++++++-----------
 1 file changed, 16 insertions(+), 11 deletions(-)

diff --git a/travis.yml b/travis.yml
index 50445e0..97fbabe 100644
--- a/travis.yml
+++ b/travis.yml
@@ -1,12 +1,17 @@
 
-language: python
-R
-python:
-  - "3.4"
-cache: pip
-install:
-  - pip install -r requirements.txt
-script:
-  - R
-  
-  # py.test --cov-report term-missing --cov app -v
+matrix:
+  include:
+
+    language: 
+      R
+      - R -e 'devtools::install_deps(dep = remotes)'
+
+    script:
+    - R grab_data.R
+
+    - language: python
+      python: "3.4"
+      before_script:
+        - cd backend/tests
+      script:
+        - python -m unittest discover
-- 
GitLab