Merge branch 'CLIMATE-833'
diff --git a/.travis.yml b/.travis.yml
index dca9987..d8acac9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,6 +24,7 @@
   - source easy-ocw/install-ubuntu.sh
   - pip install python-coveralls
 script:
-  - nosetests --with-coverage --cover-package=ocw --nocapture -v
+   - chmod a+x test.sh
+   - ./test.sh
 after_script:
   - coveralls