Shuffled around version checks to be more useful in case of failure

pull/9389/head
Cruz Monrreal II 2019-01-16 17:20:45 -06:00
parent 2d23e4c6f0
commit e5fecaf899
1 changed files with 2 additions and 4 deletions

View File

@ -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