Skip to content
This repository has been archived by the owner on Sep 8, 2024. It is now read-only.

Commit

Permalink
add reason for skipping Mimic build
Browse files Browse the repository at this point in the history
  • Loading branch information
krisgesling committed Nov 4, 2020
1 parent 62817b1 commit e3e01ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ install:
- mkdir ${TMPDIR}
- echo ${TMPDIR}
- if [[ $TRAVIS_PYTHON_VERSION == 3.9 ]]; then VIRTUALENV_ROOT=${VIRTUAL_ENV} ./dev_setup.sh; fi
# Skip mimic build for other versions
# 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:
Expand Down

0 comments on commit e3e01ee

Please sign in to comment.