Skip to content

Commit 7ea3894

Browse files
author
Ryan P Kilby
committed
Fix dist build
There is some incompatibility with tox/pytest/virtualenv that causes the 'dist' build to fail. By using the builtin venvs, the issue is bypassed.
1 parent f404fda commit 7ea3894

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
@@ -44,7 +44,7 @@ matrix:
4444
- env: DJANGO=2.1
4545

4646
install:
47-
- pip install tox tox-travis
47+
- pip install tox tox-venv tox-travis
4848

4949
script:
5050
- tox

0 commit comments

Comments
 (0)