Remove --recreate from .travis.yml
Looks like this has been in the history since the beginning of time, but we should always get a blank slate anyway Noticed this in https://github.com/crsmithdev/arrow/pull/597
This commit is contained in:
parent
2a3d643bdf
commit
b95bb29fc2
|
@ -105,7 +105,7 @@ before_script:
|
|||
export _PYTEST_TOX_EXTRA_DEP=coverage-enable-subprocess
|
||||
fi
|
||||
|
||||
script: tox --recreate
|
||||
script: tox
|
||||
|
||||
after_success:
|
||||
- |
|
||||
|
|
Loading…
Reference in New Issue