Commit 8fc485f3 authored by Matthew Hausknecht's avatar Matthew Hausknecht Committed by GitHub

Merge pull request #40 from drallensmith/only_docs_update

Updating only documentation and .travis.yml
parents 965aea3f dbd09596
......@@ -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