X Tutup
Skip to content

Commit 4e65bcf

Browse files
committed
Try to re-fix travis build, ouin.
1 parent 740eb9c commit 4e65bcf

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-
- make CPYTHON_CLONE=/tmp/cpython/ BRANCH=3.7 VENV=$(VIRTUAL_ENV)
11+
- deactivate; make CPYTHON_CLONE=/tmp/cpython/ BRANCH=3.7 VENV=${VIRTUAL_ENV}

0 commit comments

Comments
 (0)
X Tutup