Skip to content

Commit 42b2fcd

Browse files
committed
Test removing the venv directory
1 parent 77b9bfd commit 42b2fcd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ install:
99
- pospell --version
1010
- powrap --version
1111
script:
12-
- powrap --check --quiet **/*.po
13-
- awk 1 dict dictionaries/*.txt > dict.txt
14-
- pospell -p dict.txt -l es_AR -l es_ES **/*.po
12+
- rm -rf /home/travis/build/python/python-docs-es/venv
1513
- make build
1614
branches:
1715
only:

0 commit comments

Comments
 (0)