From 629bb5618537449d94228dfe9ee6d97dd04e0457 Mon Sep 17 00:00:00 2001 From: Rowan Cockett Date: Tue, 24 Feb 2015 17:15:00 -0500 Subject: [PATCH] minor updates to travis. --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 22abed51..c64ba7f2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,8 +17,11 @@ before_install: install: - conda install --yes pip python=$TRAVIS_PYTHON_VERSION numpy scipy matplotlib cython - pip install nose-cov python-coveralls - - pip install -r requirements.txt + # Remove this when SimPEG is on pip + - git clone https://github.com/simpeg/simpeg.git + - cd simpeg/ - python setup.py install + - cd ../ # Run test script: