diff --git a/.travis.yml b/.travis.yml index 7e246ba04950..f9c2a3ab2a7d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,9 @@ install: - rm -rf ${TMPDIR} - mkdir ${TMPDIR} - echo ${TMPDIR} - - VIRTUALENV_ROOT=${VIRTUAL_ENV} ./dev_setup.sh + - if [[ $TRAVIS_PYTHON_VERSION == 3.9 ]]; then VIRTUALENV_ROOT=${VIRTUAL_ENV} ./dev_setup.sh; fi +# Skip mimic build for other versions because they should not differ + - if [[ $TRAVIS_PYTHON_VERSION != 3.9 ]]; then VIRTUALENV_ROOT=${VIRTUAL_ENV} ./dev_setup.sh -sm; fi # command to run tests script: - pycodestyle mycroft test