Skip to content

Commit bf16c9a

Browse files
committed
Rollback check in Makefile and associated various travis hacks.
1 parent 7761dda commit bf16c9a

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ language: python
22
python: 3.6
33
before_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
66
install:
77
- pip install pospell
88
- pospell --version
99
script:
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

Makefile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,10 @@ $(SPHINX_CONF):
3939

4040
.PHONY: upgrade_venv
4141
upgrade_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

0 commit comments

Comments
 (0)