Hi!

During recent the Sage workshop in Bonn, I started using travis-ci for
my optional Sage package on group cohomology. I am now basically done to
make the package work both in py2 and py3 --- on my laptop at least.

What is needed to do to let both language levels be considered in
travis-ci?

Currently, my .travis.yml starts with
services:
  - docker

before_install:
  - docker pull sagemath/sagemath-dev:develop

What is the name of the corresponding docker image for the Sage py3
development version, and how must I modify the .travis.yml to let BOTH
versions be tested?

Best regards,
Simon

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/qlvomo%2419mk%241%40blaine.gmane.org.

Reply via email to