mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-05 09:01:40 -05:00
Testing cleanup to run on vagrant.
This commit is contained in:
parent
b83621299e
commit
a1afb096c7
3 changed files with 14 additions and 14 deletions
24
.gitmodules
vendored
24
.gitmodules
vendored
|
@ -3,37 +3,37 @@
|
|||
url = https://github.com/sigma/mocker.el.git
|
||||
[submodule "doc/eldomain"]
|
||||
path = doc/eldomain
|
||||
url = git://github.com/tkf/sphinx-eldomain.git
|
||||
url = https://github.com/tkf/sphinx-eldomain.git
|
||||
[submodule "lib/websocket"]
|
||||
path = lib/websocket
|
||||
url = git://github.com/ahyatt/emacs-websocket.git
|
||||
url = https://github.com/ahyatt/emacs-websocket.git
|
||||
[submodule "lib/auto-complete"]
|
||||
path = lib/auto-complete
|
||||
url = git://github.com/auto-complete/auto-complete.git
|
||||
url = https://github.com/auto-complete/auto-complete.git
|
||||
[submodule "lib/fuzzy"]
|
||||
path = lib/fuzzy
|
||||
url = git://github.com/auto-complete/fuzzy-el.git
|
||||
url = https://github.com/auto-complete/fuzzy-el.git
|
||||
[submodule "lib/popup"]
|
||||
path = lib/popup
|
||||
url = git://github.com/auto-complete/popup-el.git
|
||||
url = https://github.com/auto-complete/popup-el.git
|
||||
[submodule "lib/pos-tip"]
|
||||
path = lib/pos-tip
|
||||
url = git://github.com/emacsmirror/pos-tip.git
|
||||
url = https://github.com/emacsmirror/pos-tip.git
|
||||
[submodule "lib/smartrep"]
|
||||
path = lib/smartrep
|
||||
url = git://github.com/myuhe/smartrep.el.git
|
||||
url = https://github.com/myuhe/smartrep.el.git
|
||||
[submodule "lib/python"]
|
||||
path = lib/python
|
||||
url = git://github.com/fgallina/python.el.git
|
||||
url = https://github.com/fgallina/python.el.git
|
||||
[submodule "lib/markdown-mode"]
|
||||
path = lib/markdown-mode
|
||||
url = git://jblevins.org/git/markdown-mode.git
|
||||
url = https://github.com/defunkt/markdown-mode.git
|
||||
[submodule "lib/nxhtml"]
|
||||
path = lib/nxhtml
|
||||
url = git://github.com/emacsmirror/nxhtml.git
|
||||
url = https://github.com/emacsmirror/nxhtml.git
|
||||
[submodule "lib/ert"]
|
||||
path = lib/ert
|
||||
url = git://github.com/ohler/ert.git
|
||||
url = https://github.com/ohler/ert.git
|
||||
[submodule "lib/request"]
|
||||
path = lib/request
|
||||
url = git://github.com/tkf/emacs-request
|
||||
url = https://github.com/tkf/emacs-request
|
||||
|
|
2
Makefile
2
Makefile
|
@ -59,7 +59,7 @@ testein-2-url-retrieve:
|
|||
testein-1:
|
||||
$(EMACS) --version
|
||||
python --version
|
||||
env/ipy.$(IPY_VERSION)/Scripts/ipython --version
|
||||
env/ipy.$(IPY_VERSION)/bin/ipython --version
|
||||
$(TESTEIN) --clean-elc -e $(EMACS) \
|
||||
--ipython $(IPYTHON) ${TESTEIN_OPTS}
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
env="$1"
|
||||
req="$2"
|
||||
activate=$env/Scripts/activate
|
||||
activate=$env/bin/activate
|
||||
|
||||
if [ -z "$env" -o -z "$req" ]; then
|
||||
echo "Usage:"
|
||||
|
|
Loading…
Add table
Reference in a new issue