Commit ea602140 authored by drallensmith's avatar drallensmith

Hopefully fix travis problem

parent 6f9cffb9
...@@ -14,13 +14,15 @@ install: ...@@ -14,13 +14,15 @@ install:
brew install cartr/qt4/qt brew install cartr/qt4/qt
; ;
fi fi
- sudo pip install nose numpy - sudo -H pip install nose numpy
os: os:
- linux - linux
- osx - osx
compiler: compiler:
- clang - clang
- gcc - gcc
env:
- PYTHONPATH="."
script: script:
- mkdir build && cd build - mkdir build && cd build
- cmake -DCMAKE_BUILD_TYPE=RelwithDebInfo .. && make -j4 && make install - 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