From 217c7421e822c1aa1d73a8d604dc4118e753a6bb Mon Sep 17 00:00:00 2001 From: rowanc1 Date: Tue, 26 Nov 2013 18:41:25 -0800 Subject: [PATCH] wrong directory --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 74f4dbce..8b698437 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ virtualenv: system_site_packages: true before_install: - sudo apt-get install -qq python-numpy python-scipy python-matplotlib - - python simpeg/SimPEG/setup.py + - python SimPEG/setup.py # command to install dependencies install: "pip install -r requirements.txt --use-mirrors" # command to run tests