File tree 5 files changed +25
-9
lines changed 5 files changed +25
-9
lines changed Original file line number Diff line number Diff line change 31
31
- EIN_TEST_TARGET=travis-ci-zeroein EMACS=emacs-snapshot
32
32
matrix :
33
33
allow_failures :
34
+ # IPY_VERSION=0.12.*
35
+ - env : EIN_TEST_TARGET=travis-ci-testein IPY_VERSION=0.12.1 EMACS=emacs
36
+ - env : EIN_TEST_TARGET=travis-ci-testein IPY_VERSION=0.12.0 EMACS=emacs
37
+ - env : EIN_TEST_TARGET=travis-ci-testein IPY_VERSION=0.12.1 EMACS=emacs24
38
+ - env : EIN_TEST_TARGET=travis-ci-testein IPY_VERSION=0.12.0 EMACS=emacs24
39
+ # EMACS=emacs-snapshot
34
40
- env : EIN_TEST_TARGET=travis-ci-testein IPY_VERSION=dev EMACS=emacs-snapshot
35
41
- env : EIN_TEST_TARGET=travis-ci-testein IPY_VERSION=0.13.0 EMACS=emacs-snapshot
36
42
- env : EIN_TEST_TARGET=travis-ci-testein IPY_VERSION=0.12.1 EMACS=emacs-snapshot
Original file line number Diff line number Diff line change @@ -3,13 +3,28 @@ IPYTHON = env/ipy.$(IPY_VERSION)/bin/ipython
3
3
IPY_VERSION = 0.13.0
4
4
TESTEIN = tools/testein.py
5
5
TESTEIN_OPTS =
6
+ PKG_INFO = \
7
+ grep '^Version' \
8
+ env/ipy.$(IPY_VERSION ) /lib/python*/site-packages/*.egg-info/PKG-INFO \
9
+ | sed -r 's%.*/site-packages/(.*)-py.*\.egg-info/.*:Version: (.*)$$% \1\t\2%'
6
10
7
11
testein : test-requirements
8
12
${MAKE} testein-1
9
13
10
14
interactive-testein : test-requirements
11
15
${MAKE} TESTEIN_OPTS=" --no-batch" testein-1
12
16
17
+ clean : ert-clean
18
+ rm -f lisp/* .elc
19
+
20
+ purge : clean
21
+ rm -rf env log
22
+
23
+ pkg-info :
24
+ @echo " **************************************************"
25
+ @echo " Installed Python Packages"
26
+ $(PKG_INFO )
27
+
13
28
submodule :
14
29
git submodule update --init
15
30
@@ -24,16 +39,11 @@ ert-clean:
24
39
env-ipy.% :
25
40
tools/makeenv.sh env/ipy.$* tools/requirement-ipy.$* .txt
26
41
27
- env-clean :
28
- rm -rf env
29
-
30
42
log :
31
43
mkdir log
32
44
33
- log-clean :
34
- rm -rf log
35
-
36
45
test-requirements : ert-compile env-ipy.$(IPY_VERSION )
46
+ ${MAKE} pkg-info
37
47
38
48
travis-ci-testein : test-requirements
39
49
${MAKE} testein-2
Original file line number Diff line number Diff line change 1
1
ipython==0.12
2
- pyzmq
2
+ pyzmq==2.2.0.1
3
3
tornado
Original file line number Diff line number Diff line change 1
1
ipython==0.12.1
2
- pyzmq
2
+ pyzmq==2.2.0.1
3
3
tornado
Original file line number Diff line number Diff line change 1
- https ://github.com/ipython/ipython/tarball/master
1
+ -e git ://github.com/ipython/ipython.git#egg=ipython
2
2
pyzmq
3
3
tornado
4
4
jinja2
You can’t perform that action at this time.
0 commit comments