diff --git a/.travis.yml b/.travis.yml index 51097f89..96c2995b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,9 @@ install: - pip install nose-cov python-coveralls # Remove this when SimPEG is on pip - git clone https://github.com/simpeg/simpeg.git - - python simpeg/setup.py install + - cd simpeg/ + - python setup.py install + - cd ../ # Run test script: