Skip to content

Commit

Permalink
Install venv in install step, before testing
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Mar 14, 2019
1 parent 168f4d9 commit eb28242
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -43,6 +43,8 @@ install:
set +e
fi
- popd
# pre-populate virtualenv separately from the actual testing (script step):
- python -m tox.__main__ --notest

before_script:
- sudo ldconfig
Expand Down

0 comments on commit eb28242

Please sign in to comment.