Skip to content

Commit 937f945

Browse files
authored
Merge pull request #5386 from asottile/backport_5384
[4.6] Remove --recreate from .travis.yml (#5384)
2 parents 54dbfb5 + 829a598 commit 937f945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ before_script:
130130
export _PYTEST_TOX_EXTRA_DEP=coverage-enable-subprocess
131131
fi
132132
133-
script: tox --recreate
133+
script: tox
134134

135135
after_success:
136136
- |

0 commit comments

Comments
 (0)