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 Feb 21, 2019
1 parent 6074de8 commit 89a902c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -41,6 +41,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 89a902c

Please sign in to comment.