Commit graph

39 commits

Author SHA1 Message Date
John Miller
a14a122300 Correcting poor choice in names for environment variables.
Should be EVM_EMACS, not EMACS (it is very confusing for travis otherwise).
2016-12-18 14:10:28 -06:00
John Miller
de9318ae5b Use @rejeep's helpful gist.
@rejeep suggested this gist to facilitate my difficulties getting
travis to work.
2016-12-18 14:01:10 -06:00
John Miller
544771ac3f Mimic melpa .travis.yml
One day, this WILL WORK.
2016-11-11 08:38:39 -06:00
John Miller
3632f2da77 One last try to fix .travis.yml
Use method suggested in comments of post at:

http://sachachua.com/blog/2015/02/continuous-integration-code-coverage-emacs-packages-travis-coveralls/
2016-10-19 09:14:34 -05:00
John Miller
c670486f1e No xpm or gif for emacs build.
Fixing travis errors.
2016-10-18 13:07:50 -05:00
John Miller
1d86493fb1 Initial Cask support, tweaking .travis.yml
We will get travis-ci to work yet.
2016-10-18 13:01:54 -05:00
John Miller
85744a78bd Fix delete test, travis config tweaking cont.
Make delete test slightly less complicated, but hopefully still as
test-y. More tweaking to travis config.
2016-10-03 11:36:27 -05:00
John Miller
262037c392 Call the right emacs 2016-09-30 15:07:11 -05:00
John Miller
26e7f080df Try to fix emacs compile errors in travis. 2016-09-30 15:02:11 -05:00
John Miller
834404e0c7 Simplify travis setup, use emacs-travis tool. 2016-09-30 14:46:47 -05:00
John Miller
5e8eb9e381 A better travis config
emacs-lisp language no longer seems to be an option. Going with Python
is a better deal anyway, since we get access to setuptools and don't
have to mess around with virtualenv's or the convoluted Makefile.
2016-09-30 14:30:51 -05:00
John Miller
e10bc60f30 Tweaks to functional testing and travis config.
Also adding environment definition for testing jupyter.
2016-05-17 16:22:05 -05:00
John Miller
a752e45772 Undo buffer-file-name madness.
No longer set buffer-file-name for ein:notebook buffers. This was
causing unexpected and potentially disastrous (as in data corruption)
behavior.

Some updates to travis configuration and testing. Still a long ways
from having that working, though.
2016-03-03 08:31:05 -06:00
Egon Kidmose
76cfd4fd91 travis to test with emacs24, ipython 3.0.0 2015-04-01 14:29:08 +02:00
John Miller
91b4ff2ac1 Clean up test cases
Keep it simple and figure out what isn't working.
2015-02-01 21:38:46 -06:00
John Miller
c963d236c7 Documentation update and travis cleanup
Progressing back towards having automated testing via travis. Updated
contact info for ein:dev-bug-report-template and updated requirements in
README.rst.
2014-11-03 16:34:14 -06:00
Takafumi Arakaki
87e88bc179 Use environment variable EMACS, if defined 2013-06-11 18:20:34 +02:00
Takafumi Arakaki
2c615e7b86 Ignore travis failures with IPython 0.12.* 2013-05-19 06:12:09 +02:00
Takafumi Arakaki
a1c8b71fd4 Should allow_failures.env be a string?
Probably `matrix.allow_failures.env` should be a string when I don't
use `matrix`/`global` in `env`.
2013-02-10 05:11:44 +01:00
Takafumi Arakaki
bc9bae222b Should allow_failures be exactly the same as env? 2013-02-10 05:04:44 +01:00
Takafumi Arakaki
2fdc4d9b56 Allow failures with emacs-snapshot 2013-02-10 04:18:56 +01:00
Takafumi Arakaki
83f1bb4fcb Test with emacs24 2013-02-10 04:17:48 +01:00
Takafumi Arakaki
1037daed11 Reverting "Do not pull submodules when testing zeroein" 2012-09-28 01:28:15 +02:00
Takafumi Arakaki
40fc04bfd6 Do not pull submodules when testing zeroein 2012-09-28 01:04:12 +02:00
Takafumi Arakaki
4a928a4eef Test that zeroein.el runs in travis 2012-09-28 01:02:25 +02:00
Takafumi Arakaki
8b05d26a97 Test against dev version of IPython 2012-09-19 00:50:12 +02:00
Takafumi Arakaki
8cbe1b9dd7 Test against multiple IPython versions 2012-09-19 00:10:45 +02:00
Takafumi Arakaki
625929f419 Make "git submodule update" quiet 2012-09-18 20:16:04 +02:00
Takafumi Arakaki
b8f9416fe9 Let pip install everything
It seems pip installs everything even if packages are in the global
path anyway:
http://travis-ci.org/#!/tkf/emacs-ipython-notebook/jobs/2494382
2012-09-18 19:41:29 +02:00
Takafumi Arakaki
689206375f Use easy_install to install pyzmq 2012-09-18 19:10:41 +02:00
Takafumi Arakaki
83d6fe70ff Add -qq option for apt-get 2012-09-18 19:07:27 +02:00
Takafumi Arakaki
e0bf504c91 Install PyZMQ/Tornado using apt-get 2012-09-18 18:49:52 +02:00
Takafumi Arakaki
a87292d94c Run functional tests in Travis CI 2012-09-18 18:34:57 +02:00
Takafumi Arakaki
c3ae427d6d Fix multi-line command in .travis.yml 2012-09-13 00:02:45 +02:00
Takafumi Arakaki
50b061841f Install emacs-snapshot only when needed 2012-09-12 19:14:14 +02:00
Takafumi Arakaki
814139a2a4 Use environment variable to control Emacs version 2012-09-12 19:05:20 +02:00
Takafumi Arakaki
d5d02c8496 Use -qq/-y to skip prompt 2012-09-12 18:16:24 +02:00
Takafumi Arakaki
743f9b7928 Use emacs-snapshot for test in travis-ci 2012-09-12 18:04:38 +02:00
Takafumi Arakaki
b501a07df6 Add .travis.yml 2012-09-12 17:54:19 +02:00