Commit 8a5f9b09 authored by drallensmith's avatar drallensmith

Hopefully fix travis problem, round 2

parent ea602140
...@@ -26,4 +26,4 @@ env: ...@@ -26,4 +26,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 .. && nosetests --exe - cd .. && pip install --user . && nosetests --exe
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