Skip to content
This repository has been archived by the owner on Aug 4, 2020. It is now read-only.

Commit

Permalink
checking for yes command on vm
Browse files Browse the repository at this point in the history
  • Loading branch information
mvrozanti committed Jun 29, 2019
1 parent f45197b commit 11003a5
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 @@ -46,7 +46,7 @@ install:
- pip install flake8 # pytest # add other testing frameworks later
script:
- PYVER="import sys ; print('py{}{}'.format(*sys.version_info))"
- python setup_rat.py
- yes | python setup_rat.py
# - TOXENV=${TOXENV:-$(python -c "$PYVER")} # Longwinded...
# - TOXENV=${TOXENV:-"py$(echo $TRAVIS_JOB_NAME | tr -d -c 0-9)"} # Sensitive to 'name:'
# - TOXENV=${TOXENV:-"py$(echo $TRAVIS_PYTHON_VERSION | tr -d -c 0-9)"} # Linux only
Expand Down

0 comments on commit 11003a5

Please sign in to comment.