diff --git a/.circleci/config.yml b/.circleci/config.yml index d06624b1..30f1c051 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -72,7 +72,7 @@ commands: command: | echo $PATH ls -l /opt/gcc-arm-none-eabi-5_3-2016q1/bin - mbed compile --source=. --source=mbed-os/TESTS/mbed_drivers/generic_tests -j 0 + mbed compile --source=. --source=mbed-os/drivers/tests/TESTS/mbed_drivers/generic_tests -j 0 mbed test --compile -n mbed-os-tests-mbed_drivers-generic_tests -j 0 run_old_support_tests: steps: diff --git a/mbed/mbed.py b/mbed/mbed.py index eaca1a99..bb1e9fd7 100755 --- a/mbed/mbed.py +++ b/mbed/mbed.py @@ -53,7 +53,7 @@ # Application version -ver = '1.10.4' +ver = '1.10.5' # Default paths to Mercurial and Git hg_cmd = 'hg' diff --git a/requirements.txt b/requirements.txt index 6da09aeb..814f07d7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ pyserial>=3.0,<4.0 -mbed-os-tools>=0.0.9,<0.1.0 +mbed-os-tools>=0.0.9 diff --git a/setup.py b/setup.py index 08814313..ea5f9a13 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ from setuptools import find_packages NAME = 'mbed-cli' -__version__ = '1.10.4' +__version__ = '1.10.5' repository_dir = os.path.dirname(__file__)