From 26efae1f4a68fb4917784c006db6260c200e0b63 Mon Sep 17 00:00:00 2001 From: GudniRos Date: Thu, 2 Jul 2015 14:17:40 -0700 Subject: [PATCH] Fixing .travis.yml file to get testing to work --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d9c2446e..03fc6c63 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,7 @@ install: - python setup.py build_ext --inplace - cd ../ - echo export PYTHONPATH=$PYTHONPATH:/home/travis/build/simpeg/simpeg >> .bashrc - - git clone https://github.com/simpegem/simpegem.git + - git clone https://github.com/simpeg/simpegem.git - cd simpegem/ - python setup.py build_ext --inplace - cd ../