There was an error while loading. Please reload this page.
1 parent 3f894fd commit ee813a0Copy full SHA for ee813a0
.travis.yml
@@ -35,4 +35,4 @@ before_install:
35
# but to separate installation phase and testing phase:
36
- make deps
37
script:
38
- - make test
+ - make travis-ci
Makefile
@@ -7,7 +7,7 @@ ELPA_DIR = \
7
.cask/$(shell ${EMACS} -Q --batch --eval '(princ emacs-version)')/elpa
8
# See: cask-elpa-dir
9
10
-.PHONY: test deps clean purge
+.PHONY: test deps clean purge travis-ci
11
12
test: deps
13
${EMACS_TEST} --batch -f ert-run-tests-batch-and-exit
@@ -26,3 +26,6 @@ clean:
26
27
purge: clean
28
rm -rf ${ELPA_DIR}
29
+
30
+travis-ci: test
31
+test ! -d ~/.emacs.d/.python-environments
0 commit comments