Skip to content

Commit

Permalink
strip -rc from PYTHON for tox env
Browse files Browse the repository at this point in the history
  • Loading branch information
gtmanfred committed May 1, 2019
1 parent 2961676 commit f15ce58
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 @@ -34,7 +34,7 @@ matrix:
script:
- PYTHON="${TRAVIS_PYTHON_VERSION/-dev/-rc}"
- TOX_VERSION="py${PYTHON//./}"
- docker run -v $PWD:/pepper -ti --rm "python:$PYTHON" make -C /pepper test PYVERSION="${TOX_VERSION}" SALT="${SALT}" BACKEND="${BACKEND}"
- docker run -v $PWD:/pepper -ti --rm "python:$PYTHON" make -C /pepper test PYVERSION="${TOX_VERSION%-rc}" SALT="${SALT}" BACKEND="${BACKEND}"

after_success:
- sudo chown $USER .tox/
Expand Down

0 comments on commit f15ce58

Please sign in to comment.