From df50fa2190ebac273de04e2e95aee3923653bc62 Mon Sep 17 00:00:00 2001
From: Russell Jarvis <rjjarvis@asu.edu>
Date: Thu, 3 Sep 2020 17:57:55 +1000
Subject: [PATCH] Update .travis.yml

---
 .travis.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 47480de..822e988 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,5 @@
 os:
-  - linux
+  - linux 
   - osx
 language: python
 python:
@@ -10,8 +10,6 @@ python:
 install:
   - pip install -r requirements.txt
   - python setup.py install 
-  - bash install/user_install.sh
-  - python install/align_data_sources.py
   script: 
   - python3 unit_test/scrape_test.py
 after_success:
-- 
GitLab