File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ language: python
22python : 3.6
33before_install :
44 - sudo apt-get update
5- - sudo apt-get install -y hunspell hunspell-fr-comprehensive python3-venv
5+ - sudo apt-get install -y hunspell hunspell-fr-comprehensive
66install :
77 - pip install pospell
88 - pospell --version
99script :
1010 - pospell -p dict -l fr **/*.po
11- - deactivate; make CPYTHON_CLONE=/tmp/cpython/ BRANCH=3.7
11+ - make CPYTHON_CLONE=/tmp/cpython/ BRANCH=3.7
Original file line number Diff line number Diff line change @@ -39,16 +39,10 @@ $(SPHINX_CONF):
3939
4040.PHONY : upgrade_venv
4141upgrade_venv :
42- ifdef VIRTUAL_ENV
43- $(error "Trying to create a venv while being in a venv. Please deactivate from your venv first.")
44- endif
4542 $(MAKE ) -C $(CPYTHON_CLONE ) /Doc/ VENVDIR=$(VENV ) PYTHON=$(PYTHON ) venv
4643
4744
4845$(VENV ) /bin/activate :
49- ifdef VIRTUAL_ENV
50- $(error "Trying to create a venv while being in a venv. Please deactivate from your venv first.")
51- endif
5246 $(MAKE ) -C $(CPYTHON_CLONE ) /Doc/ VENVDIR=$(VENV ) PYTHON=$(PYTHON ) venv
5347
5448
You can’t perform that action at this time.
0 commit comments