Commit ea602140 authored by drallensmith's avatar drallensmith

Hopefully fix travis problem

parent 6f9cffb9
......@@ -14,13 +14,15 @@ install:
brew install cartr/qt4/qt
;
fi
- sudo pip install nose numpy
- sudo -H pip install nose numpy
os:
- linux
- osx
compiler:
- clang
- gcc
env:
- PYTHONPATH="."
script:
- mkdir build && cd build
- cmake -DCMAKE_BUILD_TYPE=RelwithDebInfo .. && make -j4 && make install
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment