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 GitHub
commit 6a6b6d8195
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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