Commit a8dbd8b3 authored by drallensmith's avatar drallensmith

Travis enhancement

parent c54d2350
...@@ -17,7 +17,7 @@ install: ...@@ -17,7 +17,7 @@ install:
brew install cartr/qt4/qt brew install cartr/qt4/qt
; ;
fi fi
- sudo -H pip install nose numpy - sudo -H pip install --upgrade nose numpy
os: os:
- linux - linux
- osx - osx
...@@ -29,4 +29,4 @@ env: ...@@ -29,4 +29,4 @@ env:
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
- cd .. && pip install --user . && nosetests --exe tests/test_basic.py - cd .. && pip install --user . && nosetests --exe -vd tests/test_basic.py
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