diff --git a/.travis.yml b/.travis.yml index 8722dc13ba..9cef638f75 100644 --- a/.travis.yml +++ b/.travis.yml @@ -105,7 +105,9 @@ matrix: install: # Install dependencies - sudo apt-get install gcc-arm-embedded + - arm-none-eabi-gcc --version # Add additional dependencies specific for testing + - python --version - |- tr -d ' ' >> requirements.txt <<< " mock==2.0.0 @@ -117,10 +119,6 @@ matrix: " # ... and install. - pip install -r requirements.txt - - # Print versions we use - - arm-none-eabi-gcc --version - - python --version - pip list --verbose script: # Run local testing on tools