You need to sign in or sign up before continuing.
Commit b3137796 authored by Matthew Hausknecht's avatar Matthew Hausknecht Committed by GitHub

Update .travis.yml

Remove nosetest as it is not found on OSX.
parent c5c1f30d
...@@ -27,4 +27,4 @@ env: ...@@ -27,4 +27,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 .. && pip2 install --user . && nosetests --exe -vd tests/test_basic.py - cd .. && pip2 install --user .
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