Commit dbd09596 authored by drallensmith's avatar drallensmith

Updating only documentation and .travis.yml

parent 965aea3f
......@@ -14,7 +14,7 @@ install:
brew install cartr/qt4/qt
;
fi
- sudo -H pip install nose numpy
- sudo -H pip install --upgrade nose numpy
os:
- linux
- osx
......@@ -26,4 +26,4 @@ env:
script:
- mkdir build && cd build
- 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
No preview for this file type
This diff is collapsed.
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