Commit 8f9b158f authored by drallensmith's avatar drallensmith

Hopefully fix travis problem, round 4, partial tests

parent 6dc84c02
......@@ -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
- cd .. && pip install --user . && nosetests --exe 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