Merge pull request #5386 from asottile/backport_5384

[4.6] Remove --recreate from .travis.yml (#5384)
This commit is contained in:
Anthony Sottile 2019-06-03 19:54:30 -07:00 committed by GitHub
commit 937f945946
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ before_script:
export _PYTEST_TOX_EXTRA_DEP=coverage-enable-subprocess export _PYTEST_TOX_EXTRA_DEP=coverage-enable-subprocess
fi fi
script: tox --recreate script: tox
after_success: after_success:
- | - |