Remove --recreate from .travis.yml (#5384)

Remove --recreate from .travis.yml
This commit is contained in:
Bruno Oliveira 2019-06-03 22:18:17 -03:00 committed by Anthony Sottile
parent 54dbfb5167
commit 829a5986e8
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
fi
script: tox --recreate
script: tox
after_success:
- |