update test

This commit is contained in:
chfw 2017-05-29 22:43:40 +01:00
parent 33471d557f
commit 9a6860bd68
3 changed files with 3 additions and 2 deletions

View File

@ -14,8 +14,8 @@ before_install:
script:
- make test
- make -C examples/robotchef_allinone
- make -C examples/robotchef_allinone_lml
- make -C examples
- make -C examples/v2
- make -C examples/robotchef_allinone_lml
after_success:
codecov

View File

@ -11,7 +11,6 @@ Enable the logging
Let us open robotchef's `main.py <https://github.com/chfw/lml/blob/master/examples/robotchef/robotchef/main.py>`_. Insert the highlighted codes.
.. code-block:: python
:linenos:
:emphasize-lines: 5-10
import sys

View File

@ -1 +1,3 @@
cd ../..
python setup.py install
nosetests