X Tutup
Skip to content

Commit bbf0c58

Browse files
committed
Travis gives us a venv but no VIRTUAL_ENV variable.
1 parent c4bc24b commit bbf0c58

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
@@ -8,4 +8,4 @@ install:
88
- pospell --version
99
script:
1010
- pospell -p dict -l fr **/*.po
11-
- deactivate; make CPYTHON_CLONE=/tmp/cpython/ BRANCH=3.7 VENV=${VIRTUAL_ENV}
11+
- deactivate; make CPYTHON_CLONE=/tmp/cpython/ BRANCH=3.7

0 commit comments

Comments
 (0)
X Tutup