Skip to content

Commit

Permalink
🔥 Merge branch 'testing/no-tox-venv'
Browse files Browse the repository at this point in the history
This change drops tox-venv from Travis CI. Doing so fixes the
macOS jobs setup.
  • Loading branch information
webknjaz committed Jul 27, 2020
2 parents f6a3c92 + 79b5f2a commit a927551
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ jobs:
<<: *python_3_7_mixture
install:
- python -m pip install --upgrade virtualenv
- python -m pip install tox tox-venv
- python -m pip install tox
env:
TOXENV: release

Expand All @@ -257,7 +257,7 @@ cache:

install:
- python -m pip install --upgrade virtualenv
- python -m pip install tox tox-venv
- python -m pip install tox
- python -m tox --notest # Pre-populate a virtualenv with dependencies
- *python_ssl_openssl_version
- >-
Expand Down

0 comments on commit a927551

Please sign in to comment.